Skip to content

Commit

Permalink
Follow new versions linter requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
herrbenesch committed Feb 21, 2024
1 parent 1248428 commit 4c7262f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions dramatiq_crontab/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Cron style scheduler for asynchronous Dramatiq tasks in Django."""

from unittest.mock import Mock

from apscheduler.schedulers.base import STATE_STOPPED
Expand Down
1 change: 1 addition & 0 deletions tests/testapp/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
For the full list of settings and their values, see
https://docs.djangoproject.com/en/4.2/ref/settings/
"""

import os
from pathlib import Path

Expand Down
1 change: 1 addition & 0 deletions tests/testapp/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
1. Import the include() function: from django.urls import include, path
2. Add a URL to urlpatterns: path('blog/', include('blog.urls'))
"""

from django.contrib import admin
from django.urls import path

Expand Down

0 comments on commit 4c7262f

Please sign in to comment.