Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Remove unnecessary attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans committed Oct 7, 2023
1 parent b9a4218 commit 5c019dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nitro_generator_checker/proxy_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import asyncio
import logging
import random
from typing import List, NoReturn, Tuple
from typing import List, NoReturn

from aiohttp import ClientSession

Expand All @@ -15,7 +15,6 @@ class ProxyGenerator:

def __init__(self, session: ClientSession) -> None:
self.session = session
self.proxies: Tuple[str, ...] = ()
self.ready_event = asyncio.Event()

async def set_proxies(self) -> None:
Expand Down

0 comments on commit 5c019dd

Please sign in to comment.