Removed unused exception

This commit is contained in:
Shay Nehmad 2019-08-19 13:35:37 +03:00
parent 453c8f9eb4
commit 524859f011
1 changed files with 0 additions and 4 deletions

View File

@ -51,7 +51,3 @@ class Finding(Document):
finding.save()
return finding
class UnknownTest(Exception):
pass