Fix lint
This commit is contained in:
parent
89fe725a85
commit
71404a87b9
@ -1030,7 +1030,6 @@ class Proxy(BaseType):
|
|||||||
return
|
return
|
||||||
elif value in self.valid_values:
|
elif value in self.valid_values:
|
||||||
return
|
return
|
||||||
url = QUrl(value)
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
self.transform(value)
|
self.transform(value)
|
||||||
|
@ -740,7 +740,6 @@ def test_data_url():
|
|||||||
assert url == QUrl('data:text/plain;base64,Zm9v')
|
assert url == QUrl('data:text/plain;base64,Zm9v')
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class TestProxyFromUrl:
|
class TestProxyFromUrl:
|
||||||
|
|
||||||
@pytest.mark.parametrize('url, expected', [
|
@pytest.mark.parametrize('url, expected', [
|
||||||
|
Loading…
Reference in New Issue
Block a user