fix: generic status import (#5192)

This commit is contained in:
Lukas
2023-07-09 08:39:26 +10:00
committed by GitHub
parent 1f81daadf6
commit b37b8a8610
4 changed files with 3 additions and 5 deletions
-2
View File
@@ -6,10 +6,8 @@ There is a rendered state for each state value. The rendered state is used for d
States can be extended with custom options for each InvenTree instance - those options are stored in the database and need to link back to state values.
"""
from .api import StatusView
from .states import StatusCode
__all__ = [
StatusView,
StatusCode,
]