-
Notifications
You must be signed in to change notification settings - Fork 479
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
======= utils.py - Fix import-error from pdfminer - Add type-annotations - Code optimisations random_string(), remove_extra(), text_strip(), compute_whitespace() - Improve code-readability. - Add more unit-test cases.
- Loading branch information
1 parent
a0210fd
commit 9d1a5e3
Showing
6 changed files
with
2,309 additions
and
271 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 |
---|---|---|
|
@@ -54,3 +54,5 @@ dmypy.json | |
|
||
# OSX Files | ||
.DS_Store | ||
|
||
.venv |
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
Oops, something went wrong.