Skip to content

Commit

Permalink
add additional comment to doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith committed Sep 6, 2023
1 parent d6e34d4 commit a1650c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dune_client/base_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def from_env(cls) -> BaseDuneClient:
"""
Constructor allowing user to instantiate a client from environment variable
without having to import dotenv or os manually
We use `DUNE_API_KEY` as the environment variable that holds the API key.
"""
return cls(os.environ["DUNE_API_KEY"])

Expand Down

0 comments on commit a1650c0

Please sign in to comment.