Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
joergmeyer-kit authored Apr 16, 2024
1 parent a9da92f commit 94e182d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metacatalog/api/find.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ def find_variable(session: 'Session', id: Optional[int] = None, name: Optional[s
@overload
def find_datasource_type(return_iterator: Literal[False] = False) -> List['DataSourceType']: ...
@overload
def find_datasource_tyoe(return_iterator: Literal[True] = False) -> 'Query': ...
def find_datasource_type(return_iterator: Literal[True] = False) -> 'Query': ...
def find_datasource_type(session: 'Session', id: Optional[int] = None, name: Optional[str] = None, return_iterator: bool = False) -> 'Query' | List['DataSourceType']:
"""
Return one datasource type record on exact matches.
Expand Down

0 comments on commit 94e182d

Please sign in to comment.