Skip to content

Commit

Permalink
fix issues raised by flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanna Imshenetska authored and Hanna Imshenetska committed Nov 27, 2024
1 parent e1e9b07 commit d220e4a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/tests/unit/test_worker/test_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -1449,7 +1449,6 @@ def test_launch_infer_with_metadata_contained_global_settings(
rp_logger.info(SUCCESSFUL_MESSAGE)



@patch.object(Worker, "_collect_metrics_in_train")
@patch.object(Worker, "_generate_reports")
@patch.object(Validator, "_validate_metadata")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def test_validate_metadata_of_one_table_without_fk_key_in_train_process(
"keys": {
"pk_id": {
"type": "PK",
"columns": ["id"]
"columns": ["id"]
}
}
}
Expand Down

0 comments on commit d220e4a

Please sign in to comment.