Skip to content

Commit

Permalink
Merge pull request #10399 from carlopi/fixpyci
Browse files Browse the repository at this point in the history
Remove Python function signature (in test)
  • Loading branch information
Mytherin committed Jan 31, 2024
2 parents 2f2640a + b4c511a commit 45b0e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/pythonpkg/tests/conftest.py
Expand Up @@ -68,7 +68,7 @@ def duckdb_empty_cursor(request):
return cursor


def getTimeSeriesData(nper=None, freq: "Frequency" = "B") -> dict[str, "Series"]:
def getTimeSeriesData(nper=None, freq: "Frequency" = "B"):
from pandas import DatetimeIndex, bdate_range, Series
from datetime import datetime
from pandas._typing import Frequency
Expand Down

0 comments on commit 45b0e5b

Please sign in to comment.