Skip to content

Commit 94e72d8

Browse files
committed
FIX: Typing <3.10
1 parent 338c0fb commit 94e72d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nibabies/utils/misc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*-
22
# vi: set ft=python sts=4 ts=4 sw=4 et:
33
"""Miscellaneous utilities."""
4+
from __future__ import annotations
45

56
import shutil
67
from pathlib import Path

0 commit comments

Comments
 (0)