Skip to content

Commit

Permalink
cleanup imports
Browse files Browse the repository at this point in the history
  • Loading branch information
turikhay committed Dec 28, 2023
1 parent 2c28345 commit 2b95c95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests_e2e/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from os import environ, makedirs, path
from subprocess import PIPE, STDOUT, run, Popen
from shutil import copytree, rmtree, copyfile
from time import sleep
import requests
from yaml import load as yaml_load, dump as yaml_dump, Loader as YamlLoader, Dumper as YamlDumper
from toml import load as toml_load, dump as toml_dump
Expand Down

0 comments on commit 2b95c95

Please sign in to comment.