From ee51c48c5aaadb0f38d56c7a5b3b8e0c6b890c49 Mon Sep 17 00:00:00 2001 From: Valentin Volkl <valentin.volkl@cern.ch> Date: Mon, 2 Aug 2021 17:37:56 +0200 Subject: [PATCH] [test] remove boilerplate in test_import _ddg4 --- DDTest/python/test_import_ddg4.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DDTest/python/test_import_ddg4.py b/DDTest/python/test_import_ddg4.py index e5540fb4b..488511b8f 100644 --- a/DDTest/python/test_import_ddg4.py +++ b/DDTest/python/test_import_ddg4.py @@ -5,8 +5,8 @@ This file adds a test for the DDG4 python module. """ from __future__ import absolute_import -import pytest from test_import import test_module + def test_module_ddg4(): test_module('DDG4') -- GitLab