Skip to content

Commit

Permalink
docs: fix full example bug
Browse files Browse the repository at this point in the history
  • Loading branch information
AlmogBaku committed Feb 2, 2023
1 parent d10b880 commit b953690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def emails_deals(_, ctx: Context) -> float:
```python
import pandas as pd
from typing_extensions import TypedDict
from labsdk.raptor import *
from raptor import *


@data_source(
Expand Down

0 comments on commit b953690

Please sign in to comment.