Skip to content

Commit

Permalink
refactor: black
Browse files Browse the repository at this point in the history
  • Loading branch information
vzhd1701 committed Oct 18, 2023
1 parent 77d95f0 commit c035798
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion evernote_backup/evernote_client_oauth.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ def get_authorize_url(self, request_token: dict) -> str:
)

def get_request_token(self, callback_url: str) -> dict:

client = self._get_oauth_client()

request_url = "{0}?oauth_callback={1}".format(
Expand Down

0 comments on commit c035798

Please sign in to comment.