quoted type

This commit is contained in:
mertalev
2025-03-11 19:20:14 -04:00
parent ec0fa4d52b
commit ce2a41826e

View File

@@ -38,7 +38,7 @@ except ImportError:
log.debug("RKNN is not available")
def init_rknn(model_path: str) -> RKNNLite:
def init_rknn(model_path: str) -> "RKNNLite":
if not is_available:
raise RuntimeError("rknn is not available!")
rknn_lite = RKNNLite()