Skip to content

Commit

Permalink
fix: Make ruff happy :)
Browse files Browse the repository at this point in the history
  • Loading branch information
CuriousLearner committed Nov 18, 2023
1 parent 1f1a4a3 commit 97d396f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion phone_verify/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# -*- coding: utf-8 -*-
import django


if django.VERSION < (3, 2):
default_app_config = "phone_verify.apps.PhoneVerificationConfig"

0 comments on commit 97d396f

Please sign in to comment.