Skip to content

Commit

Permalink
Pylint: disable import warning
Browse files Browse the repository at this point in the history
  • Loading branch information
avylove committed Oct 19, 2019
1 parent 6b1827e commit 8579eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jinxed/win32.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def get_term(fd, fallback=True): # pylint: disable=invalid-name

# Currently falling back to Ansicon for older versions of Windows
elif fallback:
import ansicon # pylint: disable=import-error
import ansicon # pylint: disable=import-error,import-outside-toplevel
ansicon.load()

try:
Expand Down

0 comments on commit 8579eb8

Please sign in to comment.