diff --git a/netbox/circuits/tests/test_api.py b/netbox/circuits/tests/test_api.py index 04d69426f..d1e1b4d14 100644 --- a/netbox/circuits/tests/test_api.py +++ b/netbox/circuits/tests/test_api.py @@ -10,6 +10,7 @@ from extras.constants import GRAPH_TYPE_PROVIDER from extras.models import Graph from utilities.testing import APITestCase + class ProviderTest(APITestCase): def setUp(self):