We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dae8bb commit 56301e9Copy full SHA for 56301e9
1 file changed
tableauserverclient/server/endpoint/resource_tagger.py
@@ -1,6 +1,5 @@
1
-import abc
2
import copy
3
-from typing import Generic, Iterable, Optional, Protocol, Set, TypeVar, Union, runtime_checkable
+from typing import Iterable, Optional, Protocol, Set, Union, runtime_checkable
4
import urllib.parse
5
6
from tableauserverclient.server.endpoint.endpoint import Endpoint
0 commit comments