Skip to content

Commit 9751872

Browse files
committed
fix: add future annotations import for type hinting support
1 parent 0ec5f86 commit 9751872

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

armctl/templates/socket_controller.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
commands, and handling responses with enhanced debugging features.
55
"""
66

7+
from __future__ import annotations
78
import socket
89

910
from .communication import Communication

0 commit comments

Comments
 (0)