Skip to content

Commit 08415ee

Browse files
authored
Update src/pytorch_lightning/loggers/logger.py
1 parent 03d7e7f commit 08415ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pytorch_lightning/loggers/logger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def name(self) -> Optional[str]:
208208

209209
@property
210210
@abstractmethod
211-
def version(self) -> Union[int, str, None]:
211+
def version(self) -> Optional[Union[int, str]]:
212212
"""Return the experiment version."""
213213

214214

0 commit comments

Comments
 (0)