Edit docstrings (#1084)

This commit is contained in:
pollfly
2023-07-25 12:19:24 +03:00
committed by GitHub
parent 09363b0d30
commit c451589298
6 changed files with 24 additions and 24 deletions

View File

@@ -3,7 +3,7 @@ try:
from lightning.pytorch.demos.boring_classes import DemoModel, BoringDataModule
except ImportError:
import sys
print("Module 'lightning' not installed (only available for Python 3.8+")
print("Module 'lightning' not installed (only available for Python 3.8+)")
sys.exit(0)
from clearml import Task