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:
Peter Law
2020-07-24 19:50:59 +01:00
parent 6315709fea
commit a2d9fbcd42

View File

@@ -2,7 +2,7 @@
Utilities for end-users.
"""
import __main__
import __main__ # type: ignore[import]
from collections import namedtuple
import logging
import traceback