From d425f2cb14f703d7fbc1e4845c75c128a4d18d13 Mon Sep 17 00:00:00 2001 From: Vadim Kharitonov Date: Wed, 24 May 2023 13:56:57 +0200 Subject: [PATCH] Fix ruff after rebase --- test_runner/regress/test_proxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_runner/regress/test_proxy.py b/test_runner/regress/test_proxy.py index d241af67e1..9396b4ad1a 100644 --- a/test_runner/regress/test_proxy.py +++ b/test_runner/regress/test_proxy.py @@ -1,7 +1,7 @@ import json import logging import subprocess -from typing import Any, cast, List +from typing import Any, List, cast import psycopg2 import pytest