Skip to content

Commit 3bef7a4

Browse files
committed
apply code format
1 parent 5fa3068 commit 3bef7a4

File tree

1 file changed

+3
-1
lines changed
  • instrumentation/opentelemetry-instrumentation-valkey/tests

1 file changed

+3
-1
lines changed

instrumentation/opentelemetry-instrumentation-valkey/tests/test_valkey.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,9 @@ def test_attributes_default(self):
256256
)
257257

258258
def test_attributes_tcp(self):
259-
valkey_client = valkey.Valkey.from_url("valkey://foo:[email protected]:6380/1")
259+
valkey_client = valkey.Valkey.from_url(
260+
"valkey://foo:[email protected]:6380/1"
261+
)
260262

261263
with mock.patch.object(valkey_client, "connection"):
262264
valkey_client.set("key", "value")

0 commit comments

Comments
 (0)