diff options
| author | Bob Halley <halley@dnspython.org> | 2020-05-15 14:35:22 -0700 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2020-05-15 14:35:22 -0700 |
| commit | 7142bffa710d5f3d1818fd51a52eb165da695095 (patch) | |
| tree | 70d713b1add9b8b4ba42b4b34aff569240bf9380 /dns/query.pyi | |
| parent | 6e0857eb518ba6ceb71856e6a58f6dcb936e9535 (diff) | |
| download | dnspython-7142bffa710d5f3d1818fd51a52eb165da695095.tar.gz | |
flake8 linting
Diffstat (limited to 'dns/query.pyi')
| -rw-r--r-- | dns/query.pyi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/query.pyi b/dns/query.pyi index 2ca3a15..219e50f 100644 --- a/dns/query.pyi +++ b/dns/query.pyi @@ -10,7 +10,7 @@ from requests.sessions import Session try: import ssl except ImportError: - class ssl(object): # type: ignore + class ssl(object): # type: ignore SSLContext : Dict = {} have_doh: bool |
