Skip to content

Commit

Permalink
chore: urlとtokenを使用してないのに変数に保存しているので削除
Browse files Browse the repository at this point in the history
  • Loading branch information
yupix committed Jul 20, 2023
1 parent decc665 commit 753c147
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mipac/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ def __init__(
use_version_autodetect: bool = True
) -> None:
setup_logging(level=log_level)
self.__url: str = url
self.__token: str | None = token
config.from_dict(use_version=use_version, use_version_autodetect=use_version_autodetect)
self.config: Config = config
self.http: HTTPClient = HTTPClient(url, token)
Expand Down

0 comments on commit 753c147

Please sign in to comment.