Skip to content

0.0.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@drewwhis drewwhis released this 31 Dec 01:35
· 14 commits to master since this release

Changes:

  • Corrected an error where the number of type-parameters for a List was incorrect
  • Added return statements to value-returning functions to avoid the pylint assignment-from-no-return error. @vogtp