Skip to content

Commit 474bb33

Browse files
committed
Make Ruff happy
1 parent ffdf446 commit 474bb33

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/utils/test_manifest.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
# under the License.
1717
# pylint: disable=redefined-outer-name,arguments-renamed,fixme
1818
from tempfile import TemporaryDirectory
19-
from typing import Dict, Optional
20-
from unittest.mock import patch
19+
from typing import Dict
2120

2221
import fastavro
2322
import pytest

0 commit comments

Comments
 (0)