test_runner: fix flake8 warnings

This commit is contained in:
Alexander Bayandin
2022-08-18 20:41:13 +01:00
committed by Alexander Bayandin
parent ae3227509c
commit 39a3bcac36
35 changed files with 92 additions and 140 deletions

View File

@@ -1,7 +1,6 @@
#! /usr/bin/env python3
import os
import ssl
import pg8000.dbapi

View File

@@ -1,6 +1,4 @@
import os
import shutil
import subprocess
from pathlib import Path
from tempfile import NamedTemporaryFile