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