chore(lint): correct allowed-unused-imports settings for cleanup unused imports in tests (#11922)

This commit is contained in:
Bowen Liang 2024-12-28 01:19:31 +08:00 committed by GitHub
commit 72ae414da4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 6 additions and 18 deletions

View file

@ -1,4 +1,4 @@
from unittest.mock import MagicMock, patch
from unittest.mock import patch
import pytest
from oss2 import Auth # type: ignore