Skip to content

Commit acbabeb

Browse files
committed
mypy
1 parent 26fac22 commit acbabeb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pymodbus_repl/server/cli.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"""Repl server cli."""
2+
from __future__ import annotations
3+
24
import functools
35
import inspect
46
import shutil

0 commit comments

Comments
 (0)