[sanity-mypy] Ignore re-import warning (#80763)

* get_origin is already imported warning can be
  ignore safely.

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
pull/80769/head
Abhijeet Kasurde 1 year ago committed by GitHub
parent fd341265d0
commit 93216e276c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -13,7 +13,7 @@ except Exception: # pylint: disable=broad-except
pass
try:
from typing import * # type: ignore[assignment]
from typing import * # type: ignore[assignment,no-redef]
except Exception: # pylint: disable=broad-except
pass

Loading…
Cancel
Save