Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
AstrakhantsevaAA committed Feb 13, 2024
1 parent 5a6bdb6 commit 4da86c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sources/asana_dlt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@


@dlt.source
def asana_source(
) -> Any: # should be Sequence[DltResource]:
def asana_source() -> Any: # should be Sequence[DltResource]:
"""
The main function that runs all the other functions to fetch data from Asana.
Returns:
Expand Down

0 comments on commit 4da86c7

Please sign in to comment.