added strict mypy checks
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
from .check_env import check_env as check_env
|
||||
from .readable_unit import readable_unit as readable_unit
|
||||
|
||||
__all__ = ["check_env", "readable_unit"]
|
||||
|
||||
Reference in New Issue
Block a user