Clean up
This commit is contained in:
parent
68595dcb7a
commit
11bd7778cf
14 changed files with 58 additions and 68 deletions
|
|
@ -6,7 +6,6 @@ from .euph_renderer import *
|
|||
from .launch_application import *
|
||||
from .room_widget import *
|
||||
from .single_room_application import *
|
||||
from .user_list_widget import *
|
||||
|
||||
__all__: List[str] = []
|
||||
|
||||
|
|
@ -16,4 +15,3 @@ __all__ += euph_renderer.__all__
|
|||
__all__ += launch_application.__all__
|
||||
__all__ += room_widget.__all__
|
||||
__all__ += single_room_application.__all__
|
||||
__all__ += user_list_widget.__all__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue