From 26cfe4de1fe149465922cb1f6aaa75767c4d9eff Mon Sep 17 00:00:00 2001 From: "Luis Felipe A. Venezian" <36893796+luisvenezian@users.noreply.github.com> Date: Thu, 27 Nov 2025 20:15:19 -0300 Subject: [PATCH] Fix import path for inputType in README Updated import statement for inputType from utils module. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eee35cf..42a23f9 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Note that the example had the paths set, some parameters changed and the return ```python from pyUDLF import run_calls as udlf -from pyUDLF import inputType +from pyUDLF.utils import inputType # Setting the binary and config path (1) udlf.setBinaryPath("/home/usr/Desktop/UDLF/UDLF/bin/udlf")