diff options
| author | Bob Halley <halley@dnspython.org> | 2020-06-17 07:46:36 -0700 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2020-06-17 07:46:36 -0700 |
| commit | cdbac65201b0fb8ce2623b3bb16b0ac6c6eb065b (patch) | |
| tree | 322774776569e47562761d56b9c896d813dd8b5e /dns/asyncresolver.py | |
| parent | 6c01680bbc5e7e2e87f3574a956fee50a2eb48b8 (diff) | |
| download | dnspython-cdbac65201b0fb8ce2623b3bb16b0ac6c6eb065b.tar.gz | |
improve async coverage
Diffstat (limited to 'dns/asyncresolver.py')
| -rw-r--r-- | dns/asyncresolver.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/asyncresolver.py b/dns/asyncresolver.py index 0909860..3ac334f 100644 --- a/dns/asyncresolver.py +++ b/dns/asyncresolver.py @@ -253,5 +253,5 @@ async def zone_for_name(name, rdclass=dns.rdataclass.IN, tcp=False, pass try: name = name.parent() - except dns.name.NoParent: + except dns.name.NoParent: # pragma: no cover raise NoRootSOA |
