Skip to content

Commit ba55312

Browse files
committed
restore the legacy Utility interface
1 parent 717f2f5 commit ba55312

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

netfoundry/utility.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import unicodedata # case insensitive compare in Utility
88
from dataclasses import dataclass, field
99
from json import JSONDecodeError
10-
from re import sub
10+
# from re import sub
1111
from stat import filemode
1212
from urllib.parse import urlparse
1313
from uuid import UUID # validate UUIDv4 strings

0 commit comments

Comments
 (0)