Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
aliel committed Oct 5, 2023
1 parent 084d4b6 commit 3a46b65
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/unit/test_domains.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import asyncio
from urllib.parse import urlparse

import pytest

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


@pytest.mark.asyncio
async def test_query():
alephdns = DomainValidator()
Expand Down

0 comments on commit 3a46b65

Please sign in to comment.