Skip to content

Commit 0ba6f56

Browse files
committed
Update type: ignore comments.
1 parent 9d27835 commit 0ba6f56

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

tests/example_code.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def __init__(self, foo, bar, baz):
177177

178178

179179
# 3rd party
180-
import click # type: ignore
180+
import click
181181

182182

183183
@click.argument("-f", "--foo")
@@ -378,7 +378,7 @@ def __init_subclass__(cls, swallow, **kwargs) -> None:
378378

379379

380380
# 3rd party
381-
import pytest # type: ignore
381+
import pytest
382382

383383

384384
@pytest.fixture()

tests/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
click>=8
12
coincidence>=0.2.0
23
coverage>=5.1
34
coverage-pyver-pragma>=0.2.1

0 commit comments

Comments
 (0)