diff options
Diffstat (limited to 'test/ec/test_params.py')
| -rw-r--r-- | test/ec/test_params.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/test/ec/test_params.py b/test/ec/test_params.py index 5441ed0..ceaef48 100644 --- a/test/ec/test_params.py +++ b/test/ec/test_params.py @@ -1,7 +1,4 @@ -from unittest import TestCase - -from parameterized import parameterized -from importlib.resources import files, as_file +from importlib_resources import files, as_file import pytest |
