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 7f525e7 commit 7ead87bCopy full SHA for 7ead87b
tests/utils/test_manifest.py
@@ -48,7 +48,7 @@
48
@pytest.fixture(autouse=True)
49
def clear_global_manifests_cache() -> None:
50
# Clear the global cache before each test
51
- _manifests.cache_clear() # type: ignore
+ _manifests.cache_clear() # type: ignore[attr-defined]
52
53
54
def _verify_metadata_with_fastavro(avro_file: str, expected_metadata: Dict[str, str]) -> None:
0 commit comments