Skip to content

Commit

Permalink
fix sorting import issue
Browse files Browse the repository at this point in the history
  • Loading branch information
namnguyen20999 committed Jul 1, 2024
1 parent 19676e3 commit 89ace05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/gui/examples/controls/date-min-max-range.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@
# Python environment and run:
# python <script>
# -----------------------------------------------------------------------------------------
from taipy.gui import Gui
import datetime

from taipy.gui import Gui

date = datetime.date(2024, 6, 15)
min_date = datetime.date(2024, 5, 15)
max_date = datetime.date(2024, 7, 15)
Expand Down

0 comments on commit 89ace05

Please sign in to comment.