Skip to content

Commit

Permalink
Update for mypy 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo committed Jul 25, 2024
1 parent 406b32c commit 1cdb330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bioblend/galaxy/workflows/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
if TYPE_CHECKING:
from bioblend.galaxy import GalaxyInstance

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


class WorkflowClient(Client):
Expand Down

0 comments on commit 1cdb330

Please sign in to comment.