Skip to content

Commit 7e76582

Browse files
committed
Use __future__ to support py3.11 style type hints
Signed-off-by: Joe Friedrichsen <[email protected]>
1 parent 88c7216 commit 7e76582

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/nipanel/streamlit_refresh/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
"""Initializes a refresh component for Streamlit."""
22

3+
from __future__ import annotations
4+
35
from typing import ClassVar
46

57
from ni_measurement_plugin_sdk_service.discovery import DiscoveryClient

0 commit comments

Comments
 (0)