fix return type of docstring powerbi (#13422)

This commit is contained in:
RyoAriyama 2023-10-04 22:00:06 +09:00 committed by GitHub
parent b788061157
commit b2ee1a54ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -186,7 +186,7 @@ class PowerBiApiClient:
) -> Optional[List[PowerBiTable]]: ) -> Optional[List[PowerBiTable]]:
"""Method to fetch dataset tables """Method to fetch dataset tables
Returns: Returns:
List[Tile] List[PowerBiTable]
""" """
try: try:
response_data = self.client.get( response_data = self.client.get(