mirror of
https://github.com/vale981/clay
synced 2025-03-05 09:31:40 -05:00
Pylint is being overly pendantic again
This commit is contained in:
parent
38caf12792
commit
c4c900f3d9
1 changed files with 1 additions and 1 deletions
|
@ -4,8 +4,8 @@ Components for song listing.
|
||||||
# pylint: disable=too-many-arguments
|
# pylint: disable=too-many-arguments
|
||||||
# pylint: disable=too-many-instance-attributes
|
# pylint: disable=too-many-instance-attributes
|
||||||
# pylint: disable=too-many-public-methods
|
# pylint: disable=too-many-public-methods
|
||||||
from string import digits
|
|
||||||
from operator import lt, gt
|
from operator import lt, gt
|
||||||
|
from string import digits
|
||||||
|
|
||||||
try:
|
try:
|
||||||
# Python 3.x
|
# Python 3.x
|
||||||
|
|
Loading…
Add table
Reference in a new issue