Skip to content

Commit fd6a7e7

Browse files
fix forward reference for typehinting
Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com>
1 parent 1428497 commit fd6a7e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wdoc/wdoc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
Main class.
33
"""
44

5+
from __future__ import annotations
56
import copy
67
import json
78
import os

0 commit comments

Comments
 (0)