We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 717f2f5 commit ba55312Copy full SHA for ba55312
1 file changed
netfoundry/utility.py
@@ -7,7 +7,7 @@
7
import unicodedata # case insensitive compare in Utility
8
from dataclasses import dataclass, field
9
from json import JSONDecodeError
10
-from re import sub
+# from re import sub
11
from stat import filemode
12
from urllib.parse import urlparse
13
from uuid import UUID # validate UUIDv4 strings
0 commit comments