From d6c7b4d994cfceacccdb338cfae7d1cb5b3dea0d Mon Sep 17 00:00:00 2001 From: Dmitry Ivanov Date: Fri, 19 May 2023 20:17:05 +0300 Subject: [PATCH] Fix formatting --- test_runner/regress/test_proxy.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test_runner/regress/test_proxy.py b/test_runner/regress/test_proxy.py index dd1bfa0aa5..6785e645db 100644 --- a/test_runner/regress/test_proxy.py +++ b/test_runner/regress/test_proxy.py @@ -1,13 +1,13 @@ import json +import logging import subprocess from typing import Any, List -import logging import psycopg2 import pytest import requests from aiohttp import web -from fixtures.neon_fixtures import PSQL, NeonProxy, VanillaPostgres, PortDistributor +from fixtures.neon_fixtures import PSQL, NeonProxy, PortDistributor, VanillaPostgres def test_proxy_select_1(static_proxy: NeonProxy):