Skip to content

Commit

Permalink
Imports reordered.
Browse files Browse the repository at this point in the history
  • Loading branch information
amateja committed Jun 15, 2018
1 parent 4d09342 commit 5caae0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitoptions/fields.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from django.db.models import IntegerField
from django.utils.translation import ugettext_lazy as _

from .forms import BitOptionsForm
from .lookups import BitwiseAnd
from .utils import BitOptions
from .forms import BitOptionsForm


class SimpleBitOptionsField(IntegerField):
Expand Down

0 comments on commit 5caae0c

Please sign in to comment.