Skip to content

Commit 1cdb330

Browse files
committed
Update for mypy 1.11
1 parent 406b32c commit 1cdb330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bioblend/galaxy/workflows/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
if TYPE_CHECKING:
1919
from bioblend.galaxy import GalaxyInstance
2020

21-
InputsBy = Literal["step_index|step_uuid", "step_index", "step_id", "step_uuid", "name"] # type: ignore[name-defined]
21+
InputsBy = Literal["step_index|step_uuid", "step_index", "step_id", "step_uuid", "name"]
2222

2323

2424
class WorkflowClient(Client):

0 commit comments

Comments
 (0)