Skip to content
This repository was archived by the owner on Aug 19, 2018. It is now read-only.

Commit 87e6e90

Browse files
committed
make it an actual error
1 parent 804dd84 commit 87e6e90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crasync/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def __str__(self):
1717
return f'{self.name} (#{self.tag})'
1818

1919
async def from_data(self):
20-
raise NotImplemented
20+
raise NotImplementedError
2121

2222
async def update(self):
2323

0 commit comments

Comments
 (0)