-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rewrote pr_list_database.py to use wxflow's SQLiteDB Class (#2376)
This PR updates the `pr_list_database.py` code to use **wxflow** SQLiteDB Class - Improved code's readability - Uses better code style matching project's software culture - Better docstring standards Co-authored-by: tmcguinness <[email protected]> Co-authored-by: Rahul Mahajan <[email protected]> Co-authored-by: Walter Kolczynski - NOAA <[email protected]>
- Loading branch information
1 parent
a337460
commit 02d6505
Showing
2 changed files
with
73 additions
and
125 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
Submodule wxflow
updated
5 files
+1 −0 | src/wxflow/__init__.py | |
+1 −1 | src/wxflow/attrdict.py | |
+196 −0 | src/wxflow/sqlitedb.py | |
+19 −0 | tests/test_attrdict.py | |
+122 −0 | tests/test_sqlitedb.py |