Skip to content

Commit 13e3741

Browse files
chore: .env instead of ./.env
1 parent 22e5c4e commit 13e3741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/edit/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
LOGGER.set_stream_level(LogLevel.INFO)
1616

1717
client = Client(
18-
env="./.env",
18+
env=".env",
1919
)
2020
doc = Document.from_url(
2121
url="https://cad.onshape.com/documents/a1c1addf75444f54b504f25c/w/0d17b8ebb2a4c76be9fff3c7/e/a86aaf34d2f4353288df8812"

0 commit comments

Comments
 (0)