Skip to content

Commit 93c2fe6

Browse files
committed
chore: apply isort on __all__
1 parent 8c64194 commit 93c2fe6

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

fastapi_sso/__init__.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,10 @@
2222
from .sso.twitter import TwitterSSO
2323

2424
__all__ = [
25-
"OpenID",
26-
"SSOBase",
27-
"SSOLoginError",
25+
"BitbucketSSO",
26+
"DiscordSSO",
2827
"FacebookSSO",
2928
"FitbitSSO",
30-
"create_provider",
3129
"GithubSSO",
3230
"GitlabSSO",
3331
"GoogleSSO",
@@ -37,8 +35,10 @@
3735
"MicrosoftSSO",
3836
"NaverSSO",
3937
"NotionSSO",
38+
"OpenID",
39+
"SSOBase",
40+
"SSOLoginError",
4041
"SpotifySSO",
4142
"TwitterSSO",
42-
"BitbucketSSO",
43-
"DiscordSSO",
43+
"create_provider",
4444
]

0 commit comments

Comments
 (0)