1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

syntax: Removed dev imports

This commit is contained in:
Hunter Johnston
2022-06-23 23:29:14 -04:00
committed by GitHub
parent d8b40056b5
commit 9b91c2a886

View File

@ -1,7 +1,5 @@
import logging import logging
from collections import defaultdict from collections import defaultdict
import requests
from rich import print
from django.conf import settings from django.conf import settings
from django.contrib.auth import get_user_model from django.contrib.auth import get_user_model