Browse Source

syntax: Removed dev imports

Hunter Johnston 3 years ago
parent
commit
9b91c2a886
1 changed files with 0 additions and 2 deletions
  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