Skip to content

Commit a1f38e5

Browse files
Remove typing-extensions as it is not longer needed
1 parent 110ee5c commit a1f38e5

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

bioblend/galaxy/notifications/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@
77
Any,
88
Dict,
99
List,
10+
Literal,
1011
Optional,
1112
TYPE_CHECKING,
1213
)
1314

14-
from typing_extensions import Literal
15-
1615
from bioblend.galaxy.client import Client
1716

1817
if TYPE_CHECKING:

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ install_requires =
7373
requests>=2.20.0
7474
requests-toolbelt>=0.5.1,!=0.9.0
7575
tuspy
76-
typing-extensions
7776
packages = find:
7877
python_requires = >=3.8
7978

0 commit comments

Comments
 (0)