Skip to content

Commit

Permalink
Final tweaks for linter
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbrittain committed Oct 23, 2023
1 parent 47c8b32 commit 1442fba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .pylintrc
Expand Up @@ -438,7 +438,10 @@ disable=raw-checker-failed,
too-many-statements,
no-else-return,
len-as-condition,
missing-docstring
missing-docstring,
too-few-public-methods,
import-error,
fixme

# Enable the message, report, category or checker with the given id(s). You can
# either give multiple identifier separated by comma (,) or put this option
Expand Down
2 changes: 1 addition & 1 deletion asciimatics/widgets/utilities.py
Expand Up @@ -2,8 +2,8 @@
from logging import getLogger
from math import sqrt
from collections import defaultdict
from wcwidth import wcswidth, wcwidth
from functools import lru_cache
from wcwidth import wcswidth, wcwidth
from asciimatics.screen import Screen

# Logging
Expand Down

0 comments on commit 1442fba

Please sign in to comment.