Skip to content

Commit

Permalink
Fixed linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Nargis Sultani committed Sep 15, 2023
1 parent 0ff0392 commit 534b870
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions src/validator/create_schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
with validations listed in phase 1 and phase 2."""

import pandas as pd
from checks import SBLCheck
from pandera import DataFrameSchema
from pandera.errors import SchemaErrors
from phase_validations import get_phase_1_and_2_validations_for_lei
Expand Down
4 changes: 0 additions & 4 deletions src/validator/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,8 @@

import pandas as pd
from create_schemas import (
get_phase_1_schema_for_lei,
get_phase_2_schema_for_lei,
print_schema_errors,
validate_phases_by_lei,
)
from pandera.errors import SchemaErrors


def csv_to_df(path: str) -> pd.DataFrame:
Expand Down

0 comments on commit 534b870

Please sign in to comment.