Bind video_router in the routes re-export tuple for the import-hoist verifier
This commit is contained in:
parent
eefa85c58e
commit
07ceadaccf
1 changed files with 1 additions and 1 deletions
|
|
@ -38,4 +38,4 @@ __all__ = [
|
|||
]
|
||||
|
||||
# Bind the re-export so the import-hoist verifier counts it as used.
|
||||
_ = (rag_router,)
|
||||
_ = (rag_router, video_router)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue