Skip to content

Commit

Permalink
progress bar change
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunprakash027 committed Oct 28, 2023
1 parent 52e9004 commit 23c034a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 42 deletions.
1 change: 0 additions & 1 deletion airlift/csv_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from typing import Any, Dict, Iterable, Iterator, List, Optional
import datetime
import email
from alive_progress import alive_bar

from airlift.utils_exceptions import CriticalError
from airlift.airlift_data_guesser import guess_data_type
Expand Down
Binary file removed airlift_linux
Binary file not shown.
41 changes: 1 addition & 40 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ airlift = "airlift.cli:main"
python = "^3.8"
pyairtable = "^2.1.0.post1"
requests = "^2.31.0"
alive-progress = "^3.1.4"
tqdm = "^4.66.1"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 23c034a

Please sign in to comment.