Skip to content

Commit d1ed2f5

Browse files
committed
pylint fixes in utils
1 parent d3f771b commit d1ed2f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

harte/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"""
44

55
# pylint: disable=consider-iterating-dictionary
6+
# pylint: disable=too-many-branches
67

78
import re
8-
from hmac import new
99
from typing import List
1010

1111
from harte.mappings import SHORTHAND_DEGREES

0 commit comments

Comments
 (0)