Skip to content

Commit

Permalink
style: format code
Browse files Browse the repository at this point in the history
  • Loading branch information
LatentDream committed Nov 29, 2024
1 parent 77cb58a commit af4bda2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/telemetry/test_telemetry.py
Original file line number Diff line number Diff line change
Expand Up @@ -1086,7 +1086,9 @@ def test_from_package():


def test_from_package_custom_api_key():
_telemetry = telemetry.Telemetry.from_package("ploomber-core", api_key="test_custom_key")
_telemetry = telemetry.Telemetry.from_package(
"ploomber-core", api_key="test_custom_key"
)

assert _telemetry.api_key == "test_custom_key"

Expand Down

0 comments on commit af4bda2

Please sign in to comment.