Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Delacour <[email protected]>
  • Loading branch information
Matt Delacour committed Oct 15, 2021
1 parent 5fea569 commit 5247764
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -574,9 +574,7 @@ def test_historical_features_from_bigquery_sources_containing_backfills(environm

print(f"actual_df shape: {actual_df.shape}")
end_time = datetime.utcnow()
print(
str(f"Time to execute job_from_df.to_df() = '{(end_time - start_time)}'\n")
)
print(str(f"Time to execute job_from_df.to_df() = '{(end_time - start_time)}'\n"))

assert sorted(expected_df.columns) == sorted(actual_df.columns)
assert_frame_equal(
Expand Down

0 comments on commit 5247764

Please sign in to comment.