فهرست منبع

syntax: Removed dev imports

Hunter Johnston 4 سال پیش
والد
کامیت
9b91c2a886
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 2
      netbox/netbox/authentication.py

+ 0 - 2
netbox/netbox/authentication.py

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