From b6e728b0d1003cfdbd7cefce9d297a17fa7906cc Mon Sep 17 00:00:00 2001 From: Alister Burt Date: Sat, 20 Jan 2024 10:11:26 +0000 Subject: [PATCH] remove import test --- tests/test_functions.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/tests/test_functions.py b/tests/test_functions.py index ff69791..79cd393 100644 --- a/tests/test_functions.py +++ b/tests/test_functions.py @@ -1,15 +1,11 @@ import warnings +import mmdf + with warnings.catch_warnings(): warnings.simplefilter("ignore", DeprecationWarning) import pandas as pd -import mmdf - - -def test_import(): - pass - def test_read(test_pdb_file): with warnings.catch_warnings():