Skip to content

Commit 2670f46

Browse files
committed
not markdown
1 parent 813c467 commit 2670f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compas/artists/artist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def __new__(cls, item, **kwargs):
9595
Artist.__ARTISTS_REGISTERED = True
9696

9797
if item is None:
98-
raise ValueError('Cannot create an artist for `None`. Please ensure you pass a instance of a supported class.')
98+
raise ValueError('Cannot create an artist for None. Please ensure you pass a instance of a supported class.')
9999

100100
cls = _get_artist_cls(item, **kwargs)
101101
PluginValidator.ensure_implementations(cls)

0 commit comments

Comments
 (0)