We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3f771b commit d1ed2f5Copy full SHA for d1ed2f5
harte/utils.py
@@ -3,9 +3,9 @@
3
"""
4
5
# pylint: disable=consider-iterating-dictionary
6
+# pylint: disable=too-many-branches
7
8
import re
-from hmac import new
9
from typing import List
10
11
from harte.mappings import SHORTHAND_DEGREES
0 commit comments