Skip to content

Commit

Permalink
Fix PEP
Browse files Browse the repository at this point in the history
  • Loading branch information
physikerwelt committed Feb 7, 2024
1 parent c8e13e4 commit 6580eb4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/zbmath_rest2oai/get_all_de.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
CSV_URL = 'https://github.com/MaRDI4NFDI/python-zbMathRest2Oai/releases/download/test/all_de_240115.csv'



def get_all_de():
with requests.get(CSV_URL, stream=True) as r:
lines = (line.decode('utf-8') for line in r.iter_lines())
Expand Down

0 comments on commit 6580eb4

Please sign in to comment.