Skip to content

Commit

Permalink
pylint fixes in utils
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamust committed Apr 30, 2024
1 parent d3f771b commit d1ed2f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion harte/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"""

# pylint: disable=consider-iterating-dictionary
# pylint: disable=too-many-branches

import re
from hmac import new
from typing import List

from harte.mappings import SHORTHAND_DEGREES
Expand Down

0 comments on commit d1ed2f5

Please sign in to comment.