Skip to content

Commit 7a83ae7

Browse files
heisner-tillmanbernt-matthias
authored andcommitted
Remove typing-extensions as it is not longer needed
1 parent de08aa2 commit 7a83ae7

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
@@ -72,7 +72,6 @@ install_requires =
7272
requests>=2.20.0
7373
requests-toolbelt>=0.5.1,!=0.9.0
7474
tuspy
75-
typing-extensions
7675
packages = find:
7776
python_requires = >=3.8
7877

0 commit comments

Comments
 (0)