Skip to content

Commit

Permalink
Fix up imports in main.py example
Browse files Browse the repository at this point in the history
  • Loading branch information
IanWhalen authored Sep 16, 2023
1 parent 24c2b8b commit 981c6d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/extend/modular-resources/create/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -373,10 +373,10 @@ When executed, it registers the `mybase` custom model and API helper functions w

``` python {class="line-numbers linkable-line-numbers"}
import asyncio
import sys

from viam.components.base import Base
from viam.module.module import Module
from viam.resource.registry import Registry, ResourceCreatorRegistration
from my_base import MyBase

async def main():
Expand Down

0 comments on commit 981c6d2

Please sign in to comment.