MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / check_imports

Function check_imports

scripts/doctor.py:57–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55
56
57def check_imports() -> bool:
58 ok = True
59 for module in REQUIRED_IMPORTS:
60 available = module_available(module)
61 status(available, f"import {module}")
62 ok = ok and available
63 return ok
64
65
66def check_env_file() -> bool:

Callers 1

mainFunction · 0.85

Calls 2

module_availableFunction · 0.85
statusFunction · 0.85

Tested by

no test coverage detected