Skip to content

Commit 90f33a9

Browse files
committed
linting
1 parent 9bc9e0c commit 90f33a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# Copyright 2024 NetBox Labs Inc
33
"""NetBox Labs - Tests."""
44

5+
import json
56
import os
67
from unittest import mock
78
from unittest.mock import MagicMock, patch
8-
import json
99

1010
import grpc
1111
import pytest
@@ -15,10 +15,10 @@
1515
DiodeClient,
1616
DiodeMethodClientInterceptor,
1717
_ClientCallDetails,
18+
_DiodeAuthentication,
1819
_get_sentry_dsn,
1920
_load_certs,
2021
parse_target,
21-
_DiodeAuthentication,
2222
)
2323
from netboxlabs.diode.sdk.exceptions import DiodeClientError, DiodeConfigError
2424
from netboxlabs.diode.sdk.version import version_semver

0 commit comments

Comments
 (0)