Skip to content

Commit

Permalink
Remove unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
stanmart committed Sep 13, 2024
1 parent c6c5f6b commit 42ef8ac
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/tabmat/constructor.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@
from .sparse_matrix import SparseMatrix
from .split_matrix import SplitMatrix

try:
import polars as pl
except ImportError:
pl = None # type: ignore
try:
import pandas as pd
except ImportError:
Expand Down

0 comments on commit 42ef8ac

Please sign in to comment.