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