Skip to content

Commit

Permalink
Fix up imports in main.py example (#1861)
Browse files Browse the repository at this point in the history
  • Loading branch information
IanWhalen authored Sep 18, 2023
1 parent 3d73c02 commit 4c6a1fb
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 4c6a1fb

Please sign in to comment.