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:
@@ -1,4 +1,4 @@
|
||||
import string
|
||||
import string # pylint: disable=W0402
|
||||
import random
|
||||
|
||||
from django.contrib.auth.models import User
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
import os
|
||||
import sys
|
||||
import string
|
||||
import string # pylint: disable=W0402
|
||||
import datetime
|
||||
from getpass import getpass
|
||||
import json
|
||||
|
||||
Reference in New Issue
Block a user