Skip to content

Commit

Permalink
Fix type hints #6
Browse files Browse the repository at this point in the history
  • Loading branch information
RadekBuczkowski committed May 12, 2024
1 parent 1bb98ca commit 64ef108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spetlr/power_bi/SparkPandasDataFrame.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class SparkPandasDataFrame:
def __init__(
self,
json: Union[Dict, List],
schema: List[tuple[Any, str, str]],
schema: List[Any],
*,
indexing_columns: Union[int, List[int], str, List[str], None] = None,
sorting_columns: Union[int, List[int], str, List[str], None] = None,
Expand Down

0 comments on commit 64ef108

Please sign in to comment.