Skip to content

Commit

Permalink
run pre-commits locally
Browse files Browse the repository at this point in the history
  • Loading branch information
aecorn committed Feb 23, 2024
1 parent 08b5a92 commit b49479a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/statbank/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ def check_env() -> str:
Returns:
str: "DAPLA" if on dapla, "PROD" if you are in prodsone.
Raises:
OSError: If no indications match, dapla/prod may have changed (please report)
Or you are using the function outside of dapla/prod on purpose?
"""
return os.environ.get("DAPLA_ENVIRONMENT", "TEST")

Expand Down

0 comments on commit b49479a

Please sign in to comment.