Skip to content

Commit 4fad1e4

Browse files
committed
README tidy up (indentation)
Signed-off-by: Michal Fiedorowicz <mfiedorowicz@netboxlabs.com>
1 parent b459af8 commit 4fad1e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ from netboxlabs.diode.sdk.ingester import (
3939

4040
def main():
4141
with DiodeClient(
42-
target="grpc://localhost:8081",
43-
app_name="my-test-app",
44-
app_version="0.0.1",
42+
target="grpc://localhost:8081",
43+
app_name="my-test-app",
44+
app_version="0.0.1",
4545
) as client:
4646
entities = []
4747

0 commit comments

Comments
 (0)