Fix unused imports and include rule.

This commit is contained in:
erinhmclark
2025-03-13 13:55:31 +00:00
parent e76551ba22
commit 8673bc5979
9 changed files with 6 additions and 14 deletions

View File

@@ -54,7 +54,7 @@ def mock_media(mocker):
@pytest.fixture
def gsheets_db(mock_gworksheet, setup_module, mocker):
def gsheets_db(mock_gworksheet, setup_module, mocker) -> GsheetsFeederDB:
mocker.patch("gspread.service_account")
config: dict = {
"sheet": "testsheet",