Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Aug 9, 2024
1 parent da08246 commit ee20733
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bfabric/entities/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
from pathlib import Path
from typing import Any

from polars import DataFrame

from bfabric import Bfabric
from bfabric.entities.core.entity import Entity
from polars import DataFrame


class Dataset(Entity):
Expand Down

0 comments on commit ee20733

Please sign in to comment.