Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 25, 2024
1 parent 70b96f1 commit d9c3dd6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions adetailer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
ADETAILER = "ADetailer"

__all__ = [
"__version__",
"ADetailerArgs",
"ADETAILER",
"ALL_ARGS",
"ADetailerArgs",
"PredictOutput",
"__version__",
"get_models",
"mediapipe_predict",
"ultralytics_predict",
Expand Down
2 changes: 1 addition & 1 deletion controlnet_ext/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
from .restore import CNHijackRestore, cn_allow_script_control

__all__ = [
"ControlNetExt",
"CNHijackRestore",
"ControlNetExt",
"cn_allow_script_control",
"controlnet_exists",
"controlnet_type",
Expand Down

0 comments on commit d9c3dd6

Please sign in to comment.