We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18c67eb commit fc19e85Copy full SHA for fc19e85
src/syrupy/extensions/amber/__init__.py
@@ -47,9 +47,10 @@ def _file_extension(self) -> str:
47
def _read_snapshot_fossil(self, snapshot_location: str) -> "SnapshotFossil":
48
return DataSerializer.read_file(snapshot_location)
49
50
+ @staticmethod
51
@lru_cache()
52
def __cacheable_read_snapshot(
- self, snapshot_location: str, cache_key: str
53
+ snapshot_location: str, cache_key: str
54
) -> "SnapshotFossil":
55
56
0 commit comments