mirror of
https://github.com/netbox-community/netbox.git
synced 2026-03-28 20:32:07 +01:00
chore(ruff): Sort __all__ definitions across modules
Apply consistent alphabetical ordering to `__all__` lists in the circuits module. Enhances readability and alignment with established linting guidelines.
This commit is contained in:
@@ -6,8 +6,8 @@ from utilities.forms.fields import ExpandableNameField
|
||||
from virtualization.models import VirtualDisk, VirtualMachine, VMInterface
|
||||
|
||||
__all__ = (
|
||||
'VirtualDiskBulkCreateForm',
|
||||
'VMInterfaceBulkCreateForm',
|
||||
'VirtualDiskBulkCreateForm',
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user