Skip to content

Commit

Permalink
fix unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
guotuofeng committed Apr 24, 2024
1 parent eac26b2 commit 82016f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions olive/passes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@
"PassParamDefault",
"PassModuleConfig",
"FullPassConfig",
"REGISTRY",
]
2 changes: 1 addition & 1 deletion olive/strategy/search_algorithm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@

REGISTRY = SearchAlgorithm.registry

__all__ = ["SearchAlgorithm", "ExhaustiveSearchAlgorithm", "RandomSearchAlgorithm", "TPESearchAlgorithm"]
__all__ = ["SearchAlgorithm", "ExhaustiveSearchAlgorithm", "RandomSearchAlgorithm", "TPESearchAlgorithm", "REGISTRY"]

0 comments on commit 82016f1

Please sign in to comment.