events imports are checked
This commit is contained in:
@@ -125,6 +125,10 @@ from .user import (
|
||||
ListUsers,
|
||||
DeleteUsers,
|
||||
)
|
||||
from .modules import (
|
||||
RegisterModules2Occupant,
|
||||
RegisterModules2Employee,
|
||||
)
|
||||
|
||||
|
||||
__all__ = [
|
||||
@@ -216,4 +220,6 @@ __all__ = [
|
||||
"ActiveUsers",
|
||||
"ListUsers",
|
||||
"DeleteUsers",
|
||||
"RegisterModules2Occupant",
|
||||
"RegisterModules2Employee",
|
||||
]
|
||||
Reference in New Issue
Block a user