Skip to content

Commit

Permalink
Fix black
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex committed Nov 21, 2024
1 parent dcd7a26 commit 4d16e6a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion google/cloud/bigquery/opentelemetry_tracing.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@
HAS_OPENTELEMETRY = False
_warned_telemetry = False

_default_attributes = {"db.system": "BigQuery"} # static, default values assigned to all spans
_default_attributes = {
"db.system": "BigQuery"
} # static, default values assigned to all spans


@contextmanager
Expand Down

0 comments on commit 4d16e6a

Please sign in to comment.