Commit 5b851805 authored by vruge's avatar vruge Committed by oroulet

ignore mypy no-redef

get_origin, get_args already defined
parent a6f38838
......@@ -30,7 +30,7 @@ if sys.version_info.minor < 10:
return res
return ()
else:
from typing import get_origin, get_args
from typing import get_origin, get_args # type: ignore
from asyncua.ua import status_codes
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment