Skip to content

Commit

Permalink
fixes indentation in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
willi-mueller committed Sep 24, 2024
1 parent 271d2fb commit 2946f0d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -677,9 +677,9 @@ Be careful that the parent resource needs to return `Generator[List[Dict[str, An

```py
@dlt.resource()
def repositories() -> Generator[Dict[str, Any]]:
"""Not working seed list of repositories to fetch"""
yield from [{"name": "dlt"}, {"name": "verified-sources"}, {"name": "dlthub-education"}]
def repositories() -> Generator[Dict[str, Any]]:
"""Not working seed list of repositories to fetch"""
yield from [{"name": "dlt"}, {"name": "verified-sources"}, {"name": "dlthub-education"}]
```


Expand Down

0 comments on commit 2946f0d

Please sign in to comment.