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 authored and bernt-matthias committed Oct 25, 2024
1 parent de08aa2 commit 7a83ae7
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 @@ -72,7 +72,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 7a83ae7

Please sign in to comment.