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 Sep 25, 2023
1 parent eeffe19 commit b2c95f3
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)
# 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 b2c95f3

Please sign in to comment.