Skip to content

Commit 8380e81

Browse files
committed
Pre.commit
1 parent e3f4403 commit 8380e81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from pathlib import Path
88
from typing import Any
99

10-
import requests
10+
import requests # type: ignore[import-untyped]
1111
import yaml # type: ignore[import-untyped]
1212

1313
# Configure logging

tests/test_aliexpress_api_handler.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010
class TestHandleAliExpressAPILinks(unittest.IsolatedAsyncioTestCase):
11-
"""Tests for handling Aliexpress links in Aliexpress API Habdler."""
11+
"""Tests for handling Aliexpress links in Aliexpress API Handler."""
1212

1313
@patch("handlers.base_handler.BaseHandler._process_message")
1414
async def test_aliexpress_no_app_key(self, mock_process: AsyncMock) -> None:

0 commit comments

Comments
 (0)