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 9701d66Copy full SHA for 9701d66
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]
43
44
45
from types import UnionType
0 commit comments