Skip to content

Commit

Permalink
Fix type declarations and potential bugs
Browse files Browse the repository at this point in the history
Checked the entire Python file with the basic type checking
functionality built into the Python extension module of VSCode. Also
checked with mypy 0.991 on Python 3.11. To re-check the file with mypy
run:

mypy --ignore-missing-imports --check-untyped-defs python/lora.py
  • Loading branch information
janakj committed Dec 28, 2022
1 parent 57af59b commit 7e3bfab
Showing 1 changed file with 188 additions and 156 deletions.
Loading

0 comments on commit 7e3bfab

Please sign in to comment.