Skip to content

Commit

Permalink
fixed linters issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Nargis Sultani committed Sep 27, 2023
1 parent 271c7fb commit ebe1e85
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/tests/test_sample_data.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import pandas as pd
import pytest

from validator import main
from validator.create_schemas import validate_phases
from validator.sample_data import read_bad_data, read_good_data

Expand Down
2 changes: 0 additions & 2 deletions src/validator/sample_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

import pandas as pd

from validator.create_schemas import validate_phases

ROOT_DIR = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__)))) # noqa: E402
sys.path.append(ROOT_DIR) # noqa: E402

Expand Down

0 comments on commit ebe1e85

Please sign in to comment.