Skip to content

Commit

Permalink
fix mypy strenum error
Browse files Browse the repository at this point in the history
  • Loading branch information
jenny011 committed Dec 19, 2023
1 parent 26603b4 commit 1e9ac27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modyn/supervisor/internal/grpc/enums.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from enum import StrEnum # type: ignore
from enum import StrEnum # type: ignore # noqa: F401


class PipelineStatus(StrEnum):
Expand Down

0 comments on commit 1e9ac27

Please sign in to comment.