mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Clean up table classes
This commit is contained in:
@@ -5,6 +5,12 @@ from utilities.tables import (
|
||||
)
|
||||
from .models import Tenant, TenantGroup
|
||||
|
||||
__all__ = (
|
||||
'TenantColumn',
|
||||
'TenantGroupTable',
|
||||
'TenantTable',
|
||||
)
|
||||
|
||||
|
||||
#
|
||||
# Table columns
|
||||
|
Reference in New Issue
Block a user