Skip to content
This repository has been archived by the owner on Mar 13, 2022. It is now read-only.

fix: load cache error when CacheDecoder object is not callable #226

Merged
merged 3 commits into from
Feb 2, 2021

test: self._cache = json.load(f, cls=partial(CacheDecoder, self.client))

e09312a
Select commit
Loading
Failed to load commit list.
Merged

fix: load cache error when CacheDecoder object is not callable #226

test: self._cache = json.load(f, cls=partial(CacheDecoder, self.client))
e09312a
Select commit
Loading
Failed to load commit list.

Workflow runs completed with no jobs