Skip to content

Commit

Permalink
Add missing import in tests script
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielKrasny authored and Kobzol committed Feb 28, 2024
1 parent 9e8001e commit d01bea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/views/assets/run-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import subprocess
import sys
from pathlib import Path
from typing import List
from typing import Optional, List

# Usage: python3 run-tests.py <path-to-binary>
# Example: python3 run-tests.py ./main
Expand Down

0 comments on commit d01bea2

Please sign in to comment.