Skip to content

Commit c81c72c

Browse files
authored
Add support for older python3 versions
1 parent c316661 commit c81c72c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

whois/parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# This module is part of python-whois and is released under
77
# the MIT license: http://www.opensource.org/licenses/mit-license.php
8-
8+
from __future__ import annotations
99
import json
1010
import re
1111
from datetime import datetime, timezone, timedelta

0 commit comments

Comments
 (0)