Skip to content

Commit

Permalink
Remove typing-extensions as it is not longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
heisner-tillman committed Oct 17, 2023
1 parent 07090b4 commit 316c21c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions bioblend/galaxy/notifications/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@
Any,
Dict,
List,
Literal,
Optional,
TYPE_CHECKING,
)

from typing_extensions import Literal

from bioblend.galaxy.client import Client

if TYPE_CHECKING:
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ install_requires =
requests>=2.20.0
requests-toolbelt>=0.5.1,!=0.9.0
tuspy
typing-extensions
packages = find:
python_requires = >=3.8

Expand Down

0 comments on commit 316c21c

Please sign in to comment.