mirror of
https://github.com/inventree/InvenTree.git
synced 2026-05-06 09:43:38 +00:00
Fix minor typo (#11839)
This commit is contained in:
@@ -63,7 +63,7 @@ class TransitionMethod:
|
|||||||
result: bool - True if the transition method was successful, False otherwise.
|
result: bool - True if the transition method was successful, False otherwise.
|
||||||
|
|
||||||
Raises:
|
Raises:
|
||||||
ValidationError: Alert the user that the transition failued
|
ValidationError: Alert the user that the transition failed
|
||||||
"""
|
"""
|
||||||
raise NotImplementedError(
|
raise NotImplementedError(
|
||||||
'TransitionMethod.transition must be implemented'
|
'TransitionMethod.transition must be implemented'
|
||||||
|
|||||||
Reference in New Issue
Block a user