Skip to content

Commit

Permalink
Use deferred type annotations.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed May 26, 2023
1 parent 4ba446b commit 1cbf8cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/src/toga/widgets/dateinput.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

import datetime
import warnings

Expand Down
2 changes: 2 additions & 0 deletions core/src/toga/widgets/timeinput.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

import datetime
import warnings

Expand Down

0 comments on commit 1cbf8cf

Please sign in to comment.