Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add types to logging.py Signed-off-by: Michael Carlstrom <[email protected]> * Using LoggingSeverity Enum over int Signed-off-by: Michael Carlstrom <[email protected]> * Add type Union of int and LoggingSeverity because set_logger_level seems like it could take ints Signed-off-by: Michael Carlstrom <[email protected]> * Switch to Union over | for python 3.8 support Signed-off-by: Michael Carlstrom <[email protected]> * add return types Signed-off-by: Michael Carlstrom <[email protected]> --------- Signed-off-by: Michael Carlstrom <[email protected]>