Added changelog and partial docs

This commit is contained in:
JRoot Junior 2024-01-14 00:04:01 +02:00
parent 47bd869bbd
commit 262c0e8a6e
No known key found for this signature in database
GPG key ID: 738964250D5FF6E2
6 changed files with 30 additions and 12 deletions

View file

@ -1,5 +1,13 @@
import asyncio
from typing import Any, AsyncContextManager, AsyncGenerator, AsyncIterable, Dict, List, Union
from typing import (
Any,
AsyncContextManager,
AsyncGenerator,
AsyncIterable,
Dict,
List,
Union,
)
from unittest.mock import AsyncMock, patch
import aiohttp_socks