2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-02 11:40:58 +00:00

fix: generic status import (#5192)

This commit is contained in:
Lukas
2023-07-09 00:39:26 +02:00
committed by GitHub
parent 1f81daadf6
commit b37b8a8610
4 changed files with 3 additions and 5 deletions

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,
]