mirror of
https://github.com/netbox-community/netbox.git
synced 2026-04-17 06:29:53 +02:00
- Adopt Ruff `I` (isort) rules for consistent import sorting - Add two `# isort: split` boundaries to keep required imports pinned in `__init__.py` modules
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from django.core.exceptions import ValidationError
|
||||
from django.test import tag, TestCase
|
||||
from django.test import TestCase, tag
|
||||
|
||||
from circuits.models import *
|
||||
from core.models import ObjectType
|
||||
|
||||
Reference in New Issue
Block a user