Skip to content

Commit

Permalink
Address reviewers' comments
Browse files Browse the repository at this point in the history
  • Loading branch information
al-rigazzi committed Apr 18, 2022
1 parent 004b85e commit 21bc88a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smartsim/_core/control/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

from ..._core.utils.redis import set_ml_model, set_script
from ...database import Orchestrator
from ...entity import DBNode, DBModel, DBObject, DBScript, EntityList, SmartSimEntity
from ...entity import DBNode, EntityList, SmartSimEntity
from ...error import LauncherError, SmartSimError, SSInternalError, SSUnsupportedError
from ...log import get_logger
from ...status import STATUS_RUNNING, TERMINAL_STATUSES
Expand Down

0 comments on commit 21bc88a

Please sign in to comment.