8000 fix: add future annotations import to _cli.py · scijava/scyjava@ab1bc2d · GitHub
[go: up one dir, main page]

Skip to content

Commit ab1bc2d

Browse files
committed
fix: add future annotations import to _cli.py
1 parent a5cacc8 commit ab1bc2d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/scyjava/_stubs/_cli.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
"""The scyjava-stubs executable."""
22

3+
from __future__ import annotations
4+
35
import argparse
46
import importlib
57
import importlib.util

0 commit comments

Comments
 (0)
0