Skip to content

Commit 9dd371e

Browse files
committed
STY: Future annontations
1 parent 0742d96 commit 9dd371e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nibabies/cli/parser.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
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
"""Parser."""
4+
from __future__ import annotations
5+
46
import sys
57
import typing as ty
68

0 commit comments

Comments
 (0)