Skip to content

Commit

Permalink
fix: removed the commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
sg-s committed Oct 3, 2024
1 parent b86d73d commit 04cab89
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/utils/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,17 +162,6 @@ def _ensure_do_folder() -> Path:
return deeporigin_path


# @beartype
# def decode_access_token() -> dict:
# """decode token and extract info"""

# import jwt

# tokens = read_cached_tokens()

# return jwt.decode(tokens["access"], options={"verify_signature": False})


@beartype
def _get_api_tokens_filepath() -> Path:
"""get location of the api tokens file"""
Expand Down

0 comments on commit 04cab89

Please sign in to comment.