Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

Uses fixed instead of relative import for async example #204

Merged
merged 1 commit into from
Oct 10, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions examples/async/fastapi_example.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import async_module
import fastapi

from hamilton.experimental import h_async

from . import async_module

app = fastapi.FastAPI()


Expand Down