Skip to content

Commit

Permalink
Enable future annotations.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed May 26, 2023
1 parent 67014dd commit bcd28cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/src/toga/widgets/webview.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

import asyncio

from toga.handlers import AsyncResult, wrapped_handler
Expand Down

0 comments on commit bcd28cd

Please sign in to comment.