Skip to content

Commit

Permalink
fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaniszewska-dev committed Oct 9, 2023
1 parent fba0083 commit 710a824
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pingen/models/pingen_document.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,7 @@ def _update_post_infos_cron(self):
try:
document._get_and_update_post_infos(pingen=session)

Check warning on line 400 in pingen/models/pingen_document.py

View check run for this annotation

Codecov / codecov/patch

pingen/models/pingen_document.py#L398-L400

Added lines #L398 - L400 were not covered by tests
# pylint: disable=W7938
# pylint: disable=W8138
except (OAuth2Error, APIError):
# will be retried the next time
# In any case, the error has been
Expand Down

0 comments on commit 710a824

Please sign in to comment.