Skip to content

Commit

Permalink
Run black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nielstron committed Apr 29, 2024
1 parent 02a956d commit 4374fe3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/utils/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
from pycardano import Network, OgmiosChainContext, ChainContext, BlockFrostChainContext
import pathlib

if not load_dotenv(
dotenv_path=pathlib.Path(__file__).parent.parent.parent / ".env"
):
print("Failed to load .env file. If you are getting errors, please copy .env.example to .env and fill in the values.")
if not load_dotenv(dotenv_path=pathlib.Path(__file__).parent.parent.parent / ".env"):
print(
"Failed to load .env file. If you are getting errors, please copy .env.example to .env and fill in the values."
)

blockfrost_project_id = os.getenv("BLOCKFROST_PROJECT_ID", None)

Expand Down

0 comments on commit 4374fe3

Please sign in to comment.