Skip to content

Commit

Permalink
Drop unused deltalake import
Browse files Browse the repository at this point in the history
  • Loading branch information
SemyonSinchenko committed Sep 6, 2024
1 parent 8c665ec commit 6699e29
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 6699e29

Please sign in to comment.