Skip to content

Commit 0c22d44

Browse files
committed
Cleanup changes using pyupgrade
There was a small merge conflict with 7f89e0e, make sure changes are compliant with said commit.
1 parent c8392df commit 0c22d44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/galaxy/webapps/galaxy/api/job_files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
import re
88
import shutil
99
from typing import (
10+
Annotated,
1011
cast,
1112
IO,
1213
Optional,
@@ -22,7 +23,6 @@
2223
UploadFile,
2324
)
2425
from fastapi.params import Depends
25-
from typing_extensions import Annotated
2626

2727
from galaxy import (
2828
exceptions,

0 commit comments

Comments
 (0)