We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c316661 + 37172db commit 272ff1aCopy full SHA for 272ff1a
2 files changed
whois/parser.py
@@ -5,7 +5,7 @@
5
#
6
# This module is part of python-whois and is released under
7
# the MIT license: http://www.opensource.org/licenses/mit-license.php
8
-
+from __future__ import annotations
9
import json
10
import re
11
from datetime import datetime, timezone, timedelta
whois/whois.py
@@ -26,7 +26,7 @@
26
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
27
THE SOFTWARE.
28
"""
29
30
import logging
31
import optparse
32
import os
0 commit comments