mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 09:51:22 -06:00
Add ActionsMixin to __all__
This commit is contained in:
parent
779969f150
commit
65f4895dd6
@ -3,6 +3,7 @@ from collections import defaultdict
|
||||
from utilities.permissions import get_permission_for_model
|
||||
|
||||
__all__ = (
|
||||
'ActionsMixin',
|
||||
'TableMixin',
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user