Skip to content

Commit

Permalink
Revert "PM-1379 address SettingWithCopyWarning warning in logs"
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-iohk authored Mar 29, 2024
1 parent ee1fbb9 commit 299f8fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion uptime_service_validation/coordinator/coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@ def process_statehash_df(db, batch, state_hash_df, verification_time):
db.insert_statehash_results(shortlisted_state_hash_df)

if not point_record_df.empty:
point_record_df = point_record_df.copy()
point_record_df.loc[:, "amount"] = 1
point_record_df.loc[:, "created_at"] = datetime.now(timezone.utc)
point_record_df.loc[:, "bot_log_id"] = bot_log_id
Expand Down

0 comments on commit 299f8fa

Please sign in to comment.