Skip to content

Commit

Permalink
Move comment out of docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
wesselb committed Jan 13, 2025
1 parent edee962 commit 21fec30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aurora/foundry/server/score.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ def __call__(self) -> None:


def init() -> None:
"""Initialise. Do not load the model here, because which model we need depends on the
submission."""
"""Initialise."""
# Do not load the model here, because which model we need depends on the submission.
logging.getLogger("aurora").setLevel(logging.INFO)
logger.info("Starting ThreadPoolExecutor")
POOL.__enter__()
Expand Down

0 comments on commit 21fec30

Please sign in to comment.