Skip to content

Commit

Permalink
Merge pull request #12 from mrpowers-io/hotfix-deltalake-import
Browse files Browse the repository at this point in the history
Drop unused deltalake import
  • Loading branch information
MrPowers authored Sep 6, 2024
2 parents 8c665ec + 6699e29 commit 3d6a06b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python/falsa/app.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
import json
import random
import shutil
from enum import Enum
from pathlib import Path
from uuid import uuid4

import pyarrow as pa
import typer
from deltalake import write_deltalake
from pyarrow import csv, parquet
from rich import print
from rich.progress import track
Expand Down

0 comments on commit 3d6a06b

Please sign in to comment.