mirror of
https://github.com/Steffo99/unimore-bda-6.git
synced 2024-11-22 07:54:19 +00:00
PEP8
This commit is contained in:
parent
f7ef9b5ac2
commit
379cbdd13a
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ class AlreadyTrainedError(Exception):
|
||||||
This model has already been trained and cannot be trained again.
|
This model has already been trained and cannot be trained again.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
class NotTrainedError(Exception):
|
class NotTrainedError(Exception):
|
||||||
"""
|
"""
|
||||||
This model has not been trained yet.
|
This model has not been trained yet.
|
||||||
|
|
Loading…
Reference in a new issue