Skip to content

Commit

Permalink
fix mypy check
Browse files Browse the repository at this point in the history
  • Loading branch information
japdubengsub committed Sep 9, 2024
1 parent 3a2a27d commit 05de746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lightning/pytorch/loggers/comet.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ def __init__(

self._create_experiment()

def _create_experiment(self):
def _create_experiment(self) -> None:
import comet_ml

self._experiment = comet_ml.start(
Expand Down

0 comments on commit 05de746

Please sign in to comment.