From 91ec53d465206ac971012304cb26d8d5942f77fd Mon Sep 17 00:00:00 2001 From: Hakan Calim <hakan.calim@fau.de> Date: Mon, 23 Oct 2023 12:00:31 +0200 Subject: [PATCH] NAT-286: runned isort --- test/services/test_netbox.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/services/test_netbox.py b/test/services/test_netbox.py index 0ba7824c..c9d12ae6 100644 --- a/test/services/test_netbox.py +++ b/test/services/test_netbox.py @@ -4,12 +4,13 @@ Unit tests for testing the netbox client import uuid from os import PathLike -from unittest.mock import patch, Mock +from unittest.mock import Mock, patch + import pytest from pynetbox.core.response import Record -from gso.services.netbox_client import NetboxClient from gso.products.product_blocks.site import SiteTier +from gso.services.netbox_client import NetboxClient from gso.utils.exceptions import WorkflowStateError BASE_URL = "https://127.0.0.1:8000" -- GitLab