Skip to content

Commit

Permalink
fix: import order
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnuon committed Dec 20, 2023
1 parent dcb77de commit ab3ae13
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions search/api.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
""" search business logic implementations """

from datetime import datetime
import logging
import time

from django.conf import settings

Expand All @@ -9,9 +11,6 @@
from .result_processor import SearchResultProcessor
from .utils import DateRange

import logging
import time

log = logging.getLogger(__name__)

# Default filters that we support, override using COURSE_DISCOVERY_FILTERS setting if desired
Expand Down

0 comments on commit ab3ae13

Please sign in to comment.