diff options
| author | Bob Halley <halley@dnspython.org> | 2020-05-21 07:46:39 -0700 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2020-05-21 07:48:10 -0700 |
| commit | f37b0be63accd1ecd3166af5c902b1b90dc6c706 (patch) | |
| tree | 10e1d8813322f277fedfee22fbb871476ac2982a | |
| parent | 884ce5e28539fcf6fb75386d8ef849ac5ab532f4 (diff) | |
| download | dnspython-f37b0be63accd1ecd3166af5c902b1b90dc6c706.tar.gz | |
fix typo
| -rw-r--r-- | dns/trio/query.pyi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dns/trio/query.pyi b/dns/trio/query.pyi index 016298c..642c7c0 100644 --- a/dns/trio/query.pyi +++ b/dns/trio/query.pyi @@ -1,6 +1,5 @@ -!from typing import Optional, Union, Dict, Generator, Any -from . import tsig, rdatatype, rdataclass, name, message -from requests.sessions import Session +from typing import Optional, Dict, Any +from . import rdatatype, rdataclass, name, message # If the ssl import works, then # |
