Skip to content

lint fix

lint fix #81

Triggered via push May 28, 2023 00:36
Status Success
Total duration 38s
Artifacts

test.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

1 error and 2 warnings
myfitnesspal/client.py#L506
# Since this data requires an additional request, let's just # allow the day object to run the request if necessary. notes = lambda: self._get_notes(date) # noqa: E731 water = lambda: self._get_water(date) # noqa: E731 - exercises = lambda: self._get_exercises(date, kwargs.get("friend_username")) # noqa: E731 + exercises = lambda: self._get_exercises( + date, kwargs.get("friend_username") + ) # noqa: E731 if "friend_username" not in kwargs: day = Day( date=date, meals=meals,
build (3.8)
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/setup-python@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
build (3.7)
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/setup-python@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.