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:
@ -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,
|
||||
]
|
||||
|
Reference in New Issue
Block a user