Skip to content

Commit

Permalink
Isort
Browse files Browse the repository at this point in the history
TELE-581
  • Loading branch information
dmshd committed Feb 15, 2024
1 parent 8bf061d commit 4cc9db7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/authentic2/settings.d/00kinds.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# -*- coding: utf-8 -*-

from django import forms
import re

from django import forms


class RrnField(forms.CharField):
def validate(self, value):
Expand Down

0 comments on commit 4cc9db7

Please sign in to comment.