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 99155fe commit 7d4e750Copy full SHA for 7d4e750
elasticsearch/dsl/document_base.py
@@ -39,7 +39,7 @@
39
try:
40
import annotationlib
41
except ImportError:
42
- annotationlib = None
+ annotationlib = None # type: ignore[assignment, misc]
43
44
45
from types import UnionType
0 commit comments