Skip to content

Commit

Permalink
Fixes and docstrings
Browse files Browse the repository at this point in the history
Using numpydoc format
  updated module docstring
  added class docstring
  ensured all functions have docstring
  ensured all docstrings are numpydoc
Pylint fixes
  in anticipation of incorporating Pylint into use
  currentData -> current_data
  json > redis because json is a python package
  catch exact exceptions in `connect`
    updated the error handling
    provided exception information in output
Black fixes
  in anticipation of incorporating Black into use
  removed unnecessary whitespaces
  favor double quote, ", over single quote, ', for string delineation
  line size fixes based on default settings
Unit Tests
  Exception change required 1 test to change to 3
    tested both types of expected exceptions (2)
    tested neither expected exceptions (1)
    minor clarity updates
      currentData -> current_data
  • Loading branch information
asgibson committed Nov 14, 2024
1 parent 66f644a commit 5e9a7e6
Show file tree
Hide file tree
Showing 2 changed files with 688 additions and 256 deletions.
Loading

0 comments on commit 5e9a7e6

Please sign in to comment.