removed unused ValidationException

This commit is contained in:
Jakub Trllo 2022-08-26 11:01:05 +02:00
parent 5908995349
commit 74a1847cfe
2 changed files with 0 additions and 7 deletions

View file

@ -49,7 +49,6 @@ from .plugin import (
ValidateContentsOrder,
ValidateSceneOrder,
ValidateMeshOrder,
ValidationException
)
# temporary fix, might
@ -94,8 +93,6 @@ __all__ = [
"RepairAction",
"RepairContextAction",
"ValidationException",
# get contextual data
"version_up",
"get_asset",

View file

@ -79,7 +79,3 @@ def contextplugin_should_run(plugin, context):
return True
return False
class ValidationException(Exception):
pass