Skip to content

Commit 3644eb7

Browse files
committed
revert: example env
Signed-off-by: exploreriii <[email protected]>
1 parent 72eaca2 commit 3644eb7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ myenv/
1414

1515
# Local environment variables for testing
1616
.env
17-
.env.example
1817

1918
# Generated protobuf files
2019
.protos

examples/logging_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
LogLevel,
1212
)
1313

14-
load_dotenv(dotenv_path=os.path.join(os.path.dirname(__file__), ".env.example"))
14+
load_dotenv()
1515

1616
def show_logging_workflow():
1717
"""Function to demonstrate logging functionality in the Hiero SDK."""

0 commit comments

Comments
 (0)