Skip to content

Commit be49805

Browse files
committed
Fixed more sonarqube errors
1 parent 6e3bf4d commit be49805

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

tests/api/verify_schemathesis.py

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,17 @@
1111
pytest tests/api/test_schemathesis.py -x -v
1212
"""
1313

14-
from tests.base import load_config, mock_gcs_client
15-
from schemathesis.checks import not_a_server_error
16-
import schemathesis
17-
import pytest
18-
import hypothesis
1914
import json
2015
import secrets
2116
from unittest.mock import patch
2217

18+
import hypothesis
19+
import pytest
20+
import schemathesis
21+
from schemathesis.checks import not_a_server_error
22+
23+
from tests.base import load_config, mock_gcs_client
24+
2325
URL_AUTH_TOKENS = "/auth/tokens"
2426
ADMIN_EMAIL = "admin@local.com"
2527
SCOPE_RUNS_READ = "runs:read"

0 commit comments

Comments
 (0)