mirror of
https://github.com/netbox-community/netbox.git
synced 2026-04-01 15:13:27 +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
8 lines
158 B
Python
8 lines
158 B
Python
from .object_types import * # isort: split
|
|
|
|
from .change_logging import *
|
|
from .config import *
|
|
from .data import *
|
|
from .files import *
|
|
from .jobs import *
|