Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
cydanil committed Jul 28, 2021
1 parent 19021d9 commit ccdc700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gourmand/backends/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ def update_version_info(self, version_string: str):
}
for col in URL_SOURCES
])
url = None

for r in recs:
rec_url = ''
for src in URL_SOURCES:
Expand Down

0 comments on commit ccdc700

Please sign in to comment.