Skip to content

Commit

Permalink
isort lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jose-pr committed Oct 22, 2023
1 parent 07fef93 commit c973193
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dnserver/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
from datetime import datetime
from pathlib import Path
from textwrap import wrap
from typing import Any, List, Generic, TypeVar, overload, Iterable, Sequence, Tuple, Dict
from threading import Lock
from typing import Any, Dict, Generic, Iterable, List, Sequence, Tuple, TypeVar, overload

from dnslib import QTYPE, RR, DNSLabel, dns, DNSRecord
from dnslib import QTYPE, RR, DNSLabel, DNSRecord, dns
from dnslib.proxy import ProxyResolver as LibProxyResolver
from dnslib.server import BaseResolver as LibBaseResolver, DNSServer as LibDNSServer, DNSHandler
from dnslib.server import BaseResolver as LibBaseResolver, DNSHandler, DNSServer as LibDNSServer

from .load_records import Records, Zone, load_records

Expand Down

0 comments on commit c973193

Please sign in to comment.