Skip to content

Commit

Permalink
Remove a function annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Jan 13, 2020
1 parent 29ddf3e commit d9635ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
pkg_info = {}


def pytest_runner_requires() -> List[str]:
def pytest_runner_requires():
if set(["pytest", "test", "ptr"]).intersection(sys.argv):
return ["pytest-runner"]

Expand Down

0 comments on commit d9635ae

Please sign in to comment.