Skip to content

Commit

Permalink
🐶 fix ruff warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
antirotor committed Aug 7, 2024
1 parent 672bc31 commit da8f96e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,8 @@
from datetime import datetime
from pathlib import Path

from ayon_core.lib import (
env_value_to_bool,
collect_frames,
is_in_tests,
)
from ayon_core.lib import is_in_tests

from ayon_deadline import abstract_submit_deadline
from ayon_deadline.abstract_submit_deadline import DeadlineJobInfo

Expand Down
1 change: 1 addition & 0 deletions ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ exclude = [
"venv",
"client/ayon_deadline/repository/custom/plugins/CelAction/*",
"client/ayon_deadline/repository/custom/plugins/HarmonyAYON/*",
"client/ayon_deadline/repository/custom/plugins/UnrealEngine5",
]

# Same as Black.
Expand Down

0 comments on commit da8f96e

Please sign in to comment.