Skip to content

Commit

Permalink
Remove dotenv import
Browse files Browse the repository at this point in the history
  • Loading branch information
zachgiordano committed Dec 12, 2023
1 parent b231436 commit 1778cda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion griptape/cli/core/structure_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import subprocess
import sys
from typing import Optional
from dotenv import load_dotenv

from attr import Factory, define, field

Expand Down

0 comments on commit 1778cda

Please sign in to comment.