diff --git a/.pylintrc b/.pylintrc index c7f3eb2..5ed73e4 100644 --- a/.pylintrc +++ b/.pylintrc @@ -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 diff --git a/asciimatics/widgets/utilities.py b/asciimatics/widgets/utilities.py index 6955c1f..d2550dd 100644 --- a/asciimatics/widgets/utilities.py +++ b/asciimatics/widgets/utilities.py @@ -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