Skip to content

Commit 3a46b65

Browse files
committed
remove unused import
1 parent 084d4b6 commit 3a46b65

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/unit/test_domains.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
import asyncio
2-
from urllib.parse import urlparse
3-
41
import pytest
52

63
from aleph.sdk.domain import DomainValidator
@@ -14,6 +11,7 @@ def test_hostname():
1411
hostname = hostname_from_url("aleph.im")
1512
assert hostname == "aleph.im"
1613

14+
1715
@pytest.mark.asyncio
1816
async def test_query():
1917
alephdns = DomainValidator()

0 commit comments

Comments
 (0)