Skip to content

Commit

Permalink
add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkLark86 committed Oct 20, 2023
1 parent 0df96f5 commit 44decac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/planning/search/queries/elastic.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from typing import Any, List, NamedTuple, Dict, Optional, Set
import pytz

from datetime import timedelta
from datetime import timedelta, datetime
from flask import current_app as app
from eve.utils import str_to_date

Expand Down

0 comments on commit 44decac

Please sign in to comment.