Skip to content

Commit

Permalink
Merge pull request #219 from willkg/217-ruff2
Browse files Browse the repository at this point in the history
Remove vestiges of flake8 (#217)
  • Loading branch information
willkg committed Apr 24, 2023
2 parents 5607769 + 1a11b87 commit 4b28648
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 4b28648

Please sign in to comment.