mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 02:48:38 -06:00
clean up imports
This commit is contained in:
parent
cf06fa15f5
commit
cde90ae8bd
@ -1,7 +1,6 @@
|
||||
from collections import OrderedDict
|
||||
|
||||
from django.contrib.postgres.aggregates import JSONBAgg
|
||||
from django.db.models import OuterRef, Subquery, Q, QuerySet, OrderBy, F, ExpressionWrapper
|
||||
from django.db.models import OuterRef, Subquery, Q
|
||||
|
||||
from utilities.query_functions import EmptyGroupByJSONBAgg, OrderableJSONBAgg
|
||||
from utilities.querysets import RestrictedQuerySet
|
||||
|
Loading…
Reference in New Issue
Block a user