We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb7df06 commit 3e37dd9Copy full SHA for 3e37dd9
vunit/ui/__init__.py
@@ -10,6 +10,7 @@
10
Public VUnit User Interface (UI)
11
"""
12
13
+from __future__ import annotations
14
from argparse import Namespace
15
import csv
16
import sys
@@ -68,7 +69,7 @@ def from_argv(
68
69
cls,
70
argv: Optional[Namespace] = None,
71
vhdl_standard: Optional[str] = None,
- ) -> "VUnit":
72
+ ) -> VUnit:
73
74
Create VUnit instance from command line arguments.
75
0 commit comments