You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# tableauserverclient\server\endpoint\datasources_endpoint.py:48: error: Cannot assign multiple types to name "FilePath" without an explicit "Type[...]" annotation [misc]
45
+
'annotation-unchecked'# can be removed when check_untyped_defs = true
43
46
]
44
47
files = ["tableauserverclient", "test"]
45
48
show_error_codes = true
46
-
ignore_missing_imports = true
47
-
49
+
ignore_missing_imports = true# defusedxml library has no types
0 commit comments