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 73d55b5 commit 9057b73Copy full SHA for 9057b73
src/attr/_compat.py
@@ -26,7 +26,7 @@
26
else:
27
from typing import Protocol # noqa: F401
28
29
-if PY_3_14_PLUS:
+if PY_3_14_PLUS: # pragma: no cover
30
import annotationlib
31
32
_get_annotations = annotationlib.get_annotations
0 commit comments