Skip to content

Fixes that mypy plugin was failing on calling a typeclass without arguments#273

Merged
sobolevn merged 1 commit intomasterfrom
issue-270
Jul 13, 2021
Merged

Fixes that mypy plugin was failing on calling a typeclass without arguments#273
sobolevn merged 1 commit intomasterfrom
issue-270

Conversation

@sobolevn
Copy link
Copy Markdown
Member

Closes #270

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Jul 13, 2021

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (779b040) to head (ec2cbae).
⚠️ Report is 160 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #273   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines           99        99           
  Branches        16        16           
=========================================
  Hits            99        99           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@sobolevn sobolevn merged commit d3b525c into master Jul 13, 2021
@sobolevn sobolevn deleted the issue-270 branch July 13, 2021 10:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Mypy crash on calling typeclass with zero args

2 participants