Skip to content

Commit

Permalink
Missing reinit()
Browse files Browse the repository at this point in the history
  • Loading branch information
AbrilRBS committed Jan 10, 2025
1 parent 26f101d commit 6d63a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conan/api/subapi/remotes.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def __init__(self, conan_api):
self._requester = ConanRequester(self.conan_api.config.global_conf, self.conan_api.cache_folder)

def reinit(self):
pass
self._requester = ConanRequester(self.conan_api.config.global_conf, self.conan_api.cache_folder)

def list(self, pattern=None, only_enabled=True):
"""
Expand Down

0 comments on commit 6d63a69

Please # to comment.