Skip to content

Commit

Permalink
Refactor conf.py to use future annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreRaybaut committed Aug 2, 2024
1 parent 442559a commit de2135b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cdl/utils/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
DataLab Configuration utilities
"""

from __future__ import annotations

import os
import os.path as osp

Expand Down

0 comments on commit de2135b

Please sign in to comment.