Skip to content

Commit 3e37dd9

Browse files
author
Anton Schulte
committed
make vunit argv annotion more clear
1 parent fb7df06 commit 3e37dd9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vunit/ui/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
Public VUnit User Interface (UI)
1111
"""
1212

13+
from __future__ import annotations
1314
from argparse import Namespace
1415
import csv
1516
import sys
@@ -68,7 +69,7 @@ def from_argv(
6869
cls,
6970
argv: Optional[Namespace] = None,
7071
vhdl_standard: Optional[str] = None,
71-
) -> "VUnit":
72+
) -> VUnit:
7273
"""
7374
Create VUnit instance from command line arguments.
7475

0 commit comments

Comments
 (0)