Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

examples now use os.getenv instead of python-dotenv #34

Merged
merged 1 commit into from
Mar 13, 2023

Conversation

btschwertfeger
Copy link
Owner

@btschwertfeger btschwertfeger commented Mar 13, 2023

The provided examples now use the os.getenv method to access environment variables instead of the python-dotenv module.

Closes #33

@btschwertfeger btschwertfeger self-assigned this Mar 13, 2023
@btschwertfeger btschwertfeger linked an issue Mar 13, 2023 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Mar 13, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (1b11971) 85.23% compared to head (15f67bd) 85.23%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #34   +/-   ##
=======================================
  Coverage   85.23%   85.23%           
=======================================
  Files          17       17           
  Lines        1334     1334           
=======================================
  Hits         1137     1137           
  Misses        197      197           
Flag Coverage Δ
unittests 85.23% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@btschwertfeger btschwertfeger marked this pull request as ready for review March 13, 2023 19:44
@btschwertfeger btschwertfeger merged commit aa64ed5 into master Mar 13, 2023
@btschwertfeger btschwertfeger deleted the 33-missing-package-dotenv-in-requirementstxt branch March 13, 2023 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing package (dotenv) in requirements.txt
1 participant