Remove object parent class

This commit is contained in:
Eugenio Lacuesta 2020-01-29 14:35:17 -03:00
parent 2c9643d38c
commit a499f38b14
No known key found for this signature in database
GPG Key ID: DA3EF2D0913E9810
1 changed files with 2 additions and 2 deletions

View File

@ -268,7 +268,7 @@ class ScrapyProxyAgent(Agent):
)
class ScrapyAgent(object):
class ScrapyAgent:
_Agent = Agent
_ProxyAgent = ScrapyProxyAgent
@ -438,7 +438,7 @@ class ScrapyAgent(object):
@implementer(IBodyProducer)
class _RequestBodyProducer(object):
class _RequestBodyProducer:
def __init__(self, body):
self.body = body