Fix thinko in exchange_from_url()
Funnily enough, this was just shown by the coverage report.
This commit is contained in:
parent
dd4b8bd672
commit
cf44b8d01d
@ -131,7 +131,7 @@ def parse_url(url, default_exchange=None):
|
||||
return parsed
|
||||
|
||||
|
||||
def exchange_from_url(self, url, default_exchange=None):
|
||||
def exchange_from_url(url, default_exchange=None):
|
||||
"""Parse an exchange name from a URL.
|
||||
|
||||
Assuming a URL takes the form of:
|
||||
|
Loading…
x
Reference in New Issue
Block a user