digitaldemocratic/dd-sso
Evilham 6b4fd5482e
[sso-admin] Fix issues detected with mypy
While there, refactor thread handling in AppViews since it was not
practical.

Some issues found with mypy and fixed by this commit:

src/admin/views/ApiViews.py:240: error: Name "user_ddid" is not defined
src/admin/lib/nextcloud.py:331: error: Name "group" is not defined
src/admin/lib/nextcloud.py:394: error: Name "ProviderUserNotExists" is not defined
src/admin/lib/admin.py:1604: error: Trying to read deleted variable "se"
src/admin/lib/admin.py:1798: error: Trying to read deleted variable "se"
src/admin/lib/admin.py:1903: error: Name "group" is not defined
2022-07-29 17:25:25 +02:00
..
admin [sso-admin] Fix issues detected with mypy 2022-07-29 17:25:25 +02:00
docker DD education workspace 2022-07-10 12:15:47 +02:00
docker-compose-parts [sso-admin] Disentangle module and add type hints 2022-07-29 14:02:49 +02:00
init/keycloak DD education workspace 2022-07-10 12:15:47 +02:00
.gitignore DD education workspace 2022-07-10 12:15:47 +02:00
.isort.cfg DD education workspace 2022-07-10 12:15:47 +02:00