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 4a58842 commit de8fabcCopy full SHA for de8fabc
gnomad_qc/v3/resources/resource_utils.py
@@ -5,7 +5,7 @@
5
from typing import Literal
6
7
8
-@functools.lru_cache(maxsize=None)
+@functools.lru_cache(maxsize=2)
9
def show_v3_migration_warning(target: Literal["annotations", "sample_qc"]) -> None:
10
"""
11
Show GCS migration warning for v3 resources (only once per target per session).
0 commit comments