Skip to content

Commit

Permalink
Remove vestiges of flake8 (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
willkg committed Apr 24, 2023
1 parent 5607769 commit 1a11b87
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,9 +263,6 @@ def test_get_parser():
assert get_parser(bool) == parse_bool
assert get_parser(str) == str

# Note: I'd like to do this with a lambda, but flake8 has a bug where it
# complains about assigning lambdas to a varaible and doing "noqa" doesn't
# work.
def foo():
pass

Expand Down

0 comments on commit 1a11b87

Please sign in to comment.