Skip to content

Commit de2135b

Browse files
committed
Refactor conf.py to use future annotations
1 parent 442559a commit de2135b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cdl/utils/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
DataLab Configuration utilities
55
"""
66

7+
from __future__ import annotations
8+
79
import os
810
import os.path as osp
911

0 commit comments

Comments
 (0)