quoted type

This commit is contained in:
mertalev 2025-03-11 19:20:14 -04:00
parent ec0fa4d52b
commit ce2a41826e
No known key found for this signature in database
GPG Key ID: 8AC1FB7DEC668BCC

View File

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