Skip to content

Commit 60cf793

Browse files
committed
change parse_dates type hint
1 parent ff5c322 commit 60cf793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/html.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -934,7 +934,7 @@ def read_html(
934934
index_col: Union[int, Sequence[int], None] = None,
935935
skiprows: Union[int, Sequence[int], slice, None] = None,
936936
attrs: Optional[Dict[str, str]] = None,
937-
parse_dates: Optional[bool] = False,
937+
parse_dates: bool = False,
938938
thousands: str = ",",
939939
encoding: Optional[str] = None,
940940
decimal: str = ".",

0 commit comments

Comments
 (0)