Skip to content

Commit

Permalink
make vunit argv annotion more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Schulte committed Sep 29, 2023
1 parent fb7df06 commit 3e37dd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vunit/ui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
Public VUnit User Interface (UI)
"""

from __future__ import annotations
from argparse import Namespace
import csv
import sys
Expand Down Expand Up @@ -68,7 +69,7 @@ def from_argv(
cls,
argv: Optional[Namespace] = None,
vhdl_standard: Optional[str] = None,
) -> "VUnit":
) -> VUnit:
"""
Create VUnit instance from command line arguments.
Expand Down

0 comments on commit 3e37dd9

Please sign in to comment.