Add required import

This commit is contained in:
Dave Pearson
2023-02-22 12:58:14 +00:00
parent cbd0cfded9
commit f8f3691239

View File

@@ -1,5 +1,7 @@
"""Provides a radio button widget."""
from __future__ import annotations
from ._toggle import ToggleButton