1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2025-05-11 07:36:01 +02:00

tests: Remove unused pytest import

This commit is contained in:
2019-07-28 17:42:54 +03:00
parent e88d35ace3
commit ce8f140c66
2 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,4 @@
import csv_metadata_quality.fix as fix
import pytest
def test_fix_leading_whitespace():
'''Test fixing leading whitespace.'''