Skip to content

Commit 2cd387a

Browse files
committed
Add from __future__ import annotations to utils
1 parent ad8d3fc commit 2cd387a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tibiapy/utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"""These are functions used thorough the module that may not be intended for public use."""
2+
from __future__ import annotations
3+
24
import datetime
35
import re
46
import urllib.parse

0 commit comments

Comments
 (0)