Skip to content

Commit

Permalink
ci: auto fixes from pre-commit hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 1, 2024
1 parent 357d0bc commit 5790d82
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/management/commands/handle_emails.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
This is run via a scheduled task every hour and checks if there are any emails that need sending.
"""

import logging
from smtplib import SMTPException

Expand Down
1 change: 1 addition & 0 deletions patreonmanager/utils/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Requires requests and lxml.
"""

import logging
import re
from datetime import datetime
Expand Down
1 change: 1 addition & 0 deletions tests/core/test_cron_emails.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Tests for cron-emails sent out by the handle_emails management command."""

import pytest
from click.testing import CliRunner
from django.utils import timezone
Expand Down

0 comments on commit 5790d82

Please sign in to comment.