diff options
author | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2024-07-13 19:36:59 -0400 |
---|---|---|
committer | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2024-07-13 19:36:59 -0400 |
commit | d2102eb8d70e8e510eec1c6a85da67e0b40d1d49 (patch) | |
tree | 507ba05709c2afaa399c154fc500ee6255674fd5 /tests/test_file_utils.py | |
parent | 4da288f9438b75e55bafee892796bc83292c5062 (diff) | |
download | qolab-d2102eb8d70e8e510eec1c6a85da67e0b40d1d49.tar.gz qolab-d2102eb8d70e8e510eec1c6a85da67e0b40d1d49.zip |
flake9 linter satisfaction
Diffstat (limited to 'tests/test_file_utils.py')
-rw-r--r-- | tests/test_file_utils.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_file_utils.py b/tests/test_file_utils.py index 65ea0c4..ca799f3 100644 --- a/tests/test_file_utils.py +++ b/tests/test_file_utils.py @@ -1,4 +1,3 @@ -import pytest import os from qolab.file_utils import infer_compression, save_table_with_header |