Skip to content

Commit

Permalink
fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Tjstretchalot committed Jan 15, 2025
1 parent 2e57a08 commit ab8d6c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import asyncio
import io
import secrets
from types import SimpleNamespace

import aiohttp
Expand All @@ -27,7 +26,7 @@ async def monkey_patch_IOBasePayload_write(
self._value.close()


aiohttp.payload.IOBasePayload.write = monkey_patch_IOBasePayload_write
aiohttp.payload.IOBasePayload.write = monkey_patch_IOBasePayload_write # type: ignore


async def main() -> None:
Expand Down

0 comments on commit ab8d6c0

Please sign in to comment.