|
|
@ -100,8 +100,8 @@ def ensure_multipart_is_installed() -> None: |
|
|
except (ImportError, AssertionError): |
|
|
except (ImportError, AssertionError): |
|
|
try: |
|
|
try: |
|
|
# __version__ is available in both multiparts, and can be mocked |
|
|
# __version__ is available in both multiparts, and can be mocked |
|
|
from multipart import ( |
|
|
from multipart import ( # type: ignore[no-redef,import-untyped] # ty: ignore[unused-ignore-comment] |
|
|
__version__, # type: ignore[no-redef,import-untyped] # ty: ignore[unused-ignore-comment] |
|
|
__version__, |
|
|
) |
|
|
) |
|
|
|
|
|
|
|
|
assert __version__ |
|
|
assert __version__ |
|
|
|