Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Owen committed Nov 28, 2016
1 parent a309f5e commit dae7e40
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/django_fields/models.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# -*- coding: utf-8 -*-

import re
import sys

from django.core.exceptions import FieldDoesNotExist
from django.db import models

if sys.version_info[0] == 3:
Expand Down

0 comments on commit dae7e40

Please sign in to comment.