mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
Ignore this runtime-only import
I've queried this in https://github.com/python/typeshed/issues/4360, though I suspect the answer is going to be to have an ignore comment like this.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
Utilities for end-users.
|
||||
"""
|
||||
|
||||
import __main__
|
||||
import __main__ # type: ignore[import]
|
||||
from collections import namedtuple
|
||||
import logging
|
||||
import traceback
|
||||
|
||||
Reference in New Issue
Block a user