Skip to content

Commit

Permalink
refactor: deleted debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhikharevAl committed Oct 25, 2024
1 parent e2d4171 commit bec64c6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions config/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,3 @@ class Data:

USERNAME: str | None = os.getenv("PARABANK_USERNAME")
PASSWORD: str | None = os.getenv("PARABANK_PASSWORD")

print( # noqa: T201
"Available environment variables:",
[k for k in os.environ.keys() if "PARA" in k], # noqa: SIM118
)
print("USERNAME is set:", USERNAME is not None) # noqa: T201
print("PASSWORD is set:", PASSWORD is not None) # noqa: T201

0 comments on commit bec64c6

Please sign in to comment.