Pylint complains if you use string, even if you use it for what its still meant to be used for.
This commit is contained in:
@@ -3,7 +3,7 @@ import json
|
||||
import logging
|
||||
import random
|
||||
import re
|
||||
import string
|
||||
import string # pylint: disable=W0402
|
||||
import fnmatch
|
||||
|
||||
from textwrap import dedent
|
||||
|
||||
Reference in New Issue
Block a user