Skip to content

Commit

Permalink
type hint ignore comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pomponchik committed Jan 6, 2024
1 parent 29a3890 commit 37c2d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awaits/pools/abstract_pool.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from typing import List, Callable, Any, Optional

try:
from functools import cached_property # type: ignore[attr-defined, import]
from functools import cached_property
except ImportError:
from cached_property import cached_property # type: ignore[import-not-found, no-redef, unused-ignore]

Expand Down

0 comments on commit 37c2d01

Please sign in to comment.