Skip to content

Commit

Permalink
Testing new mac commits
Browse files Browse the repository at this point in the history
  • Loading branch information
jcadam14 committed Aug 9, 2024
1 parent d4e066f commit 1cdf338
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/regtech_data_validator/validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ def validate(schema: pa.DataFrameSchema, submission_df: pl.LazyFrame) -> pl.Data
schema (DataFrameSchema): schema to be used for validation
submission_df (pl.DataFrame): data to be validated against the schema
Returns:
bool whether the given submission was valid or not
pd.DataFrame containing validation results data
"""
findings_df: pl.DataFrame = pl.DataFrame()
Expand Down

0 comments on commit 1cdf338

Please sign in to comment.