Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dev #3621

Merged
merged 14 commits into from
Jul 4, 2024
Prev Previous commit
Next Next commit
fix lint
  • Loading branch information
Sergey Mihaylin committed Jul 1, 2024
commit a94c7e5c0973811b82ff8443220286525d0b1929
2 changes: 1 addition & 1 deletion backend/apps/webui/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 40,7 @@
ENABLE_COMMUNITY_SHARING,
AppConfig,
OAUTH_USERNAME_CLAIM,
OAUTH_PICTURE_CLAIM
OAUTH_PICTURE_CLAIM,
)

import inspect
Expand Down
Loading