-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Show progress bar when uploading image (#15)
* show progress bar when uploading image * fixup! show progress bar when uploading image * fixup! show progress bar when uploading image Co-authored-by: Yoshitaka Nagami <ynagami@cisco.com> minor changes - added .vscode to .gitignore - Makefile updates - replace sys.stdout.write with print - dependency update bumped version to 2.21.post2 updated requirements.txt
- Loading branch information
Showing
11 changed files
with
136 additions
and
226 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
.envrc | ||
.python-version | ||
.venv | ||
.vscode | ||
dist/ | ||
*/__pycache__ | ||
docs/build/* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.