Skip to content

Commit

Permalink
dev: make pandas optional
Browse files Browse the repository at this point in the history
  • Loading branch information
machow committed Aug 8, 2024
1 parent bb17efd commit b39d6f6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions reactable/_tbl_data.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
from __future__ import annotations

from polars import DataFrame as PlDataFrame, Series as PlSeries
from pandas import DataFrame as PdDataFrame, Series as PdSeries
from .simpleframe import SimpleFrame, SimpleColumn

from datetime import datetime, date, time
Expand Down

0 comments on commit b39d6f6

Please sign in to comment.