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 0742d96 commit 9dd371eCopy full SHA for 9dd371e
nibabies/cli/parser.py
@@ -1,6 +1,8 @@
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
"""Parser."""
4
+from __future__ import annotations
5
+
6
import sys
7
import typing as ty
8
0 commit comments