Skip to content

Commit

Permalink
MOD remove empty line
Browse files Browse the repository at this point in the history
commit suggestion from @coddingtonbear

Co-authored-by: Adam Coddington <[email protected]>
  • Loading branch information
Dnic94 and coddingtonbear committed Feb 24, 2022
1 parent 623df44 commit 3885694
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion myfitnesspal/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1265,7 +1265,6 @@ def get_meal_list(self):
return meals_dict

def get_meal(self, mealid: int, meal_title: str):

MEAL_PATH = f"/meal/update_meal_ingredients/{mealid}"
meal_url = parse.urljoin(self.BASE_URL_SECURE, MEAL_PATH)
document = self._get_document_for_url(meal_url)
Expand Down

0 comments on commit 3885694

Please sign in to comment.