redis / redis-om-python

Object mapping, and more, for Redis and Python
MIT License
1.12k stars 112 forks source link

Removed dotenv dependency and code. #212

Closed simonprickett closed 2 years ago

simonprickett commented 2 years ago

Removed the dotenv dependency and code as it doesn't seem to be needed. Closes #154

codecov-commenter commented 2 years ago

Codecov Report

Merging #212 (70e1f59) into main (83b011e) will decrease coverage by 0.03%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #212      +/-   ##
==========================================
- Coverage   77.37%   77.33%   -0.04%     
==========================================
  Files          12       12              
  Lines        1167     1165       -2     
==========================================
- Hits          903      901       -2     
  Misses        264      264              
Flag Coverage Δ
unit 77.33% <ø> (-0.04%) :arrow_down:

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

Impacted Files Coverage Δ
aredis_om/connections.py 70.00% <ø> (-5.00%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 83b011e...70e1f59. Read the comment docs.