mirror of
https://github.com/clearml/clearml
synced 2025-01-31 00:56:57 +00:00
Black formatting
This commit is contained in:
parent
e506831599
commit
b33901ba05
@ -1,5 +1,6 @@
|
|||||||
class UsageError(RuntimeError):
|
class UsageError(RuntimeError):
|
||||||
""" An exception raised for illegal usage of clearml objects"""
|
"""An exception raised for illegal usage of clearml objects"""
|
||||||
|
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
@ -12,5 +13,5 @@ class ArtifactUriDeleteError(ValueError):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def remaining_uris(self):
|
def remaining_uris(self):
|
||||||
""" Remaining URIs to delete. Deletion of these URIs was aborted due to the error. """
|
"""Remaining URIs to delete. Deletion of these URIs was aborted due to the error."""
|
||||||
return self._remaining_uris
|
return self._remaining_uris
|
||||||
|
Loading…
Reference in New Issue
Block a user