Skip to content
This repository was archived by the owner on Feb 20, 2025. It is now read-only.

Commit 3486b27

Browse files
committed
fix: example
1 parent 402f377 commit 3486b27

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

examples/simple/worker.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,9 @@
33
from hatchet_sdk import Context
44
from hatchet_sdk.v2 import Hatchet, Workflow, WorkflowConfig
55

6-
# from dotenv import load_dotenv
7-
# load_dotenv()
8-
9-
# import os
10-
11-
# print(os.environ)
6+
from dotenv import load_dotenv
127

8+
load_dotenv()
139

1410
hatchet = Hatchet(debug=True)
1511

0 commit comments

Comments
 (0)