Skip to content

Commit

Permalink
updates syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
chalmerlowe committed Mar 25, 2024
1 parent 0ae5e1a commit cac8e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -3406,7 +3406,7 @@ def test_to_dataframe_datetime_out_of_pyarrow_bounds(self):
[datetime.datetime(4567, 1, 1), datetime.datetime(9999, 12, 31)],
)

def test_to_dataframe_progress_bar(self)
def test_to_dataframe_progress_bar(self):
pytest.importorskip("pandas")
pytest.importorskip("tqdm")

Expand Down

0 comments on commit cac8e8f

Please sign in to comment.