We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 338c0fb commit 94e72d8Copy full SHA for 94e72d8
nibabies/utils/misc.py
@@ -1,6 +1,7 @@
1
# emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*-
2
# vi: set ft=python sts=4 ts=4 sw=4 et:
3
"""Miscellaneous utilities."""
4
+from __future__ import annotations
5
6
import shutil
7
from pathlib import Path
0 commit comments