Skip to content

Commit

Permalink
fix sort
Browse files Browse the repository at this point in the history
  • Loading branch information
erral committed Jun 19, 2024
1 parent d17db99 commit 095b375
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion django_remote_jsonschema_forms/fields.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import datetime

from collections import OrderedDict

from django.conf import settings
Expand Down
2 changes: 1 addition & 1 deletion django_remote_jsonschema_forms/utils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from django.utils.functional import Promise
from django.utils.encoding import force_str
from django.utils.functional import Promise


def resolve_promise(o):
Expand Down

0 comments on commit 095b375

Please sign in to comment.