Skip to content

Commit 2b1790e

Browse files
committed
lint
1 parent 0f9b3ff commit 2b1790e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/compas/artists/exceptions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
class DataArtistNotRegistered(Exception):
77
"""Exception that is raised when no artist is registered for a given data type."""
88

9+
910
class NoArtistContextError(Exception):
1011
"""Exception that is raised when no artist context is assigned is registered for a given data type."""
1112
def __init__(self):

0 commit comments

Comments
 (0)