Skip to content

Commit

Permalink
django-upgrade --target-version=5.0 **/*.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Feb 12, 2024
1 parent acd10a3 commit 090a04b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions django_celery_beat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
import re
from collections import namedtuple

import django

__version__ = '2.5.0'
__author__ = 'Asif Saif Uddin, Ask Solem'
__contact__ = 'auvipy@gmail.com, ask@celeryproject.org'
Expand All @@ -29,6 +27,3 @@
del re

__all__ = []

if django.VERSION < (3, 2):
default_app_config = 'django_celery_beat.apps.BeatConfig'

0 comments on commit 090a04b

Please sign in to comment.