feat: set domain check to be endpoint specific, and remove unused end… #19
Annotations
4 errors
src/main.py#L5
src/main.py:5:54: F401 `fastapi.Depends` imported but unused
|
src/main.py#L10
src/main.py:10:26: F401 `dependencies.check_domain` imported but unused
|
tests/api/routers/test_institutions_api.py#L144
tests/api/routers/test_institutions_api.py:144:30: E712 Comparison to `True` should be `cond is True` or `if cond:`
|
|
The logs for this run have expired and are no longer available.
Loading