We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c316661 commit c81c72cCopy full SHA for c81c72c
1 file 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
0 commit comments