Skip to content

Commit

Permalink
Merge pull request #649 from rthalley/processing_order_fix
Browse files Browse the repository at this point in the history
Add missing dns.rdtypes.util imports [Issue #648].
  • Loading branch information
rthalley authored Mar 9, 2021
2 parents eed2172 + d7abce9 commit 585add9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions dns/rdtypes/ANY/URI.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
import dns.exception
import dns.immutable
import dns.rdata
import dns.rdtypes.util
import dns.name


Expand Down
1 change: 1 addition & 0 deletions dns/rdtypes/IN/NAPTR.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
import dns.immutable
import dns.name
import dns.rdata
import dns.rdtypes.util


def _write_string(file, s):
Expand Down
1 change: 1 addition & 0 deletions dns/rdtypes/IN/PX.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
import dns.exception
import dns.immutable
import dns.rdata
import dns.rdtypes.util
import dns.name


Expand Down
1 change: 1 addition & 0 deletions dns/rdtypes/IN/SRV.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
import dns.exception
import dns.immutable
import dns.rdata
import dns.rdtypes.util
import dns.name


Expand Down
1 change: 1 addition & 0 deletions dns/rdtypes/svcbbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
import dns.ipv6
import dns.name
import dns.rdata
import dns.rdtypes.util
import dns.tokenizer
import dns.wire

Expand Down

0 comments on commit 585add9

Please sign in to comment.