Skip to content

Commit

Permalink
try another ignore syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
CircleCI committed Nov 18, 2024
1 parent 23d2611 commit 5dce7e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lumigo_opentelemetry/libs/general_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import logging

try:
from collections import Iterable # type: ignore
from collections import Iterable # type: ignore[attr-defined]
except ImportError:
# collections.Iterables was removed in Python 3.10
from collections.abc import Iterable
Expand Down

0 comments on commit 5dce7e2

Please sign in to comment.