Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-xx committed Nov 8, 2023
1 parent a5b533d commit 48804e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/core/management/commands/import.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ def ingredient_import_json():
data = json.load(f)
for object in data:


try:
name = object["name"]
mu = object["measurement_unit"]
Expand Down

0 comments on commit 48804e1

Please sign in to comment.