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 06dd5d4 commit 6d88033Copy full SHA for 6d88033
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()
52
53
54
def _verify_metadata_with_fastavro(avro_file: str, expected_metadata: Dict[str, str]) -> None:
0 commit comments