File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed
Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 77 flask_dance .consumer .OAuth2ConsumerBlueprint
88] = werkzeug .local .LocalProxy (auth .get_oauth_blueprint )
99
10- oauth_session : werkzeug .local .LocalProxy [
11- flask_dance . consumer . OAuth2Session
12- ] = werkzeug . local . LocalProxy ( lambda : auth . get_oauth_blueprint (). session )
10+ oauth_session : werkzeug .local .LocalProxy [flask_dance . consumer . OAuth2Session ] = (
11+ werkzeug . local . LocalProxy ( lambda : auth . get_oauth_blueprint (). session )
12+ )
1313
14- user_storage : werkzeug .local .LocalProxy [
15- flask_dance_storage .FlaskDanceStorage
16- ] = werkzeug . local . LocalProxy ( flask_dance_storage . get_storage )
14+ user_storage : werkzeug .local .LocalProxy [flask_dance_storage . FlaskDanceStorage ] = (
15+ werkzeug . local . LocalProxy ( flask_dance_storage .get_storage )
16+ )
Original file line number Diff line number Diff line change @@ -141,8 +141,7 @@ def utcnow() -> datetime.datetime:
141141
142142class CustomHelpFormatter (
143143 argparse .ArgumentDefaultsHelpFormatter , argparse .RawDescriptionHelpFormatter
144- ):
145- ...
144+ ): ...
146145
147146
148147def main (sysargs : list [str ] = sys .argv [:]) -> int :
You can’t perform that action at this time.
0 commit comments