Skip to content

Commit

Permalink
Remove unused import (#2348)
Browse files Browse the repository at this point in the history
Summary:

Fixes OSS lint failure

Differential Revision: D55991283
  • Loading branch information
saitcakmak authored and facebook-github-bot committed Apr 10, 2024
1 parent 2265497 commit 413f62a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ax/modelbridge/external_generation_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
from ax.core.types import TParameterization
from ax.exceptions.core import UnsupportedError
from ax.modelbridge.generation_node import GenerationNode
from ax.modelbridge.model_spec import ModelSpec
from ax.modelbridge.transition_criterion import TransitionCriterion
from ax.utils.common.logger import get_logger

Expand Down

0 comments on commit 413f62a

Please sign in to comment.