Skip to content

Commit dae7e40

Browse files
author
Josh Owen
committed
remove unused imports
1 parent a309f5e commit dae7e40

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/django_fields/models.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# -*- coding: utf-8 -*-
22

3-
import re
43
import sys
54

6-
from django.core.exceptions import FieldDoesNotExist
75
from django.db import models
86

97
if sys.version_info[0] == 3:

0 commit comments

Comments
 (0)