Skip to content

Commit

Permalink
mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Nov 30, 2023
1 parent 217ffd6 commit 9a0ed74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wipac_dev_tools/logging_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def set_level(
first_parties: List[str] = []
for lg in _to_list(first_party_loggers):
try:
first_parties.append(_logger_to_name(lg))
first_parties.append(_logger_to_name(lg)) # type: ignore[arg-type]
except TypeError as e:
raise TypeError(
f"'first_party_loggers' must be either 'None', or "
Expand Down

0 comments on commit 9a0ed74

Please sign in to comment.