From d13318b39426c671bd15dceeb32c9a63dbfecbcd Mon Sep 17 00:00:00 2001 From: Christoph Lehmann <christoph.lehmann@ufz.de> Date: Mon, 10 Oct 2022 07:22:27 +0200 Subject: [PATCH] [T] removed unused imports --- Tests/Python/test_cli.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/Tests/Python/test_cli.py b/Tests/Python/test_cli.py index c9d23bb8d79..7c7f6dc1104 100644 --- a/Tests/Python/test_cli.py +++ b/Tests/Python/test_cli.py @@ -1,6 +1,3 @@ -import tempfile -import os - import pytest import ogs._internal.provide_ogs_cli_tools_via_wheel as ogs_cli_wheel -- GitLab