Skip to content

Commit cc0a38b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent bb30b7e commit cc0a38b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ osm_auth=Auth(
3636
Three functions are provided:
3737

3838
1. login() -- Returns the login url for OSM.
39-
4039
- The user must then access this URL and authorize the OAuth application
4140
to login.
4241
- The user will be redirected to the configured `login_redirect_uri` after
@@ -45,7 +44,6 @@ Three functions are provided:
4544
current URL to the function (which includes the OAuth authorization code).
4645

4746
2. callback() -- Returns the encoded and serialized data:
48-
4947
- `user_data` a JSON of OSM user data.
5048
- `oauth_token` a string OSM OAuth token.
5149
- Both are encoded and serialized as an additional safety measure when used

0 commit comments

Comments
 (0)