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 8ebfd44 commit 3a9de29Copy full SHA for 3a9de29
elasticsearch/dsl/document_base.py
@@ -38,7 +38,7 @@
38
try:
39
import annotationlib
40
except ImportError:
41
- annotationlib = None
+ annotationlib = None # type: ignore[assignment]
42
43
44
from types import UnionType
0 commit comments