Skip to content

Commit

Permalink
style: remove a deprecated configuration setting
Browse files Browse the repository at this point in the history
  • Loading branch information
qdelamea-aneo committed Nov 18, 2024
1 parent 033ae55 commit 5799d89
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions packages/python/ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ exclude = ["*.pyi"]
# By default all rules are considered fixable.
fixable = ["ALL"]

# Avoid automatically removing unused imports in `__init__.py` files.
ignore-init-module-imports = false

[format]
# Like Black, indent with spaces, rather than tabs.
indent-style = "space"
Expand Down
4 changes: 0 additions & 4 deletions packages/python/src/armonik/common/enumwrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
EVENTS_ENUM_RESULT_OWNER_UPDATE,
)
from ..protogen.common.session_status_pb2 import (
SessionStatus as RawSessionStatus,
_SESSIONSTATUS,
SESSION_STATUS_UNSPECIFIED,
SESSION_STATUS_RUNNING,
SESSION_STATUS_CANCELLED,
Expand All @@ -37,8 +35,6 @@
SESSION_STATUS_DELETED,
)
from ..protogen.common.result_status_pb2 import (
ResultStatus as RawResultStatus,
_RESULTSTATUS,
RESULT_STATUS_UNSPECIFIED,
RESULT_STATUS_CREATED,
RESULT_STATUS_COMPLETED,
Expand Down

0 comments on commit 5799d89

Please sign in to comment.