Fix ruff after rebase

This commit is contained in:
Vadim Kharitonov
2023-05-24 13:56:57 +02:00
parent 2b0066f67c
commit d425f2cb14

View File

@@ -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