Skip to content

Commit 6d88033

Browse files
authored
Remove the unneeded suppression (#2654)
# Rationale for this change ## Are these changes tested? ## Are there any user-facing changes?
1 parent 06dd5d4 commit 6d88033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/utils/test_manifest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
@pytest.fixture(autouse=True)
4949
def clear_global_manifests_cache() -> None:
5050
# Clear the global cache before each test
51-
_manifests.cache_clear() # type: ignore
51+
_manifests.cache_clear()
5252

5353

5454
def _verify_metadata_with_fastavro(avro_file: str, expected_metadata: Dict[str, str]) -> None:

0 commit comments

Comments
 (0)