From 52f29a537d5d979d7aa5e30a629beb67139fde20 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 Jan 2022 17:11:30 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- Tests/helper.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Tests/helper.py b/Tests/helper.py index 8504993fb..feccce6bc 100644 --- a/Tests/helper.py +++ b/Tests/helper.py @@ -30,7 +30,6 @@ if os.environ.get("SHOW_ERRORS", None): a.show() b.show() - elif "GITHUB_ACTIONS" in os.environ: HAS_UPLOADER = True @@ -44,7 +43,6 @@ elif "GITHUB_ACTIONS" in os.environ: b.save(os.path.join(tmpdir, "b.png")) return tmpdir - else: try: import test_image_results