Skip to content

Commit

Permalink
Ruff 0.8.0 sort __all__.
Browse files Browse the repository at this point in the history
  • Loading branch information
dokterbob committed Nov 25, 2024
1 parent 6630b12 commit 4478bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/chainlit/auth/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ async def get_current_user(token: str = Depends(reuseable_oauth)):
return await authenticate_user(token)


__all__ = ["create_jwt", "get_current_user", "get_configuration"]
__all__ = ["create_jwt", "get_configuration", "get_current_user"]

0 comments on commit 4478bcf

Please sign in to comment.