mirror of
https://github.com/clearml/clearml
synced 2025-06-26 18:16:07 +00:00
Edit docstrings (#1084)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user