Skip to content

Commit

Permalink
fix flake8 issue F821
Browse files Browse the repository at this point in the history
  • Loading branch information
willforde committed Feb 26, 2021
1 parent 4429fc8 commit c31eaba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ commands =

# Flake8 Configuration
[flake8]
ignore =
F821, # undefined name 'unichr'
exclude =
.tox,
.git,
Expand Down

0 comments on commit c31eaba

Please sign in to comment.