mirror of
https://github.com/aljazceru/gpt-engineer.git
synced 2025-12-17 12:45:26 +01:00
edit on some typing (#341)
This commit is contained in:
committed by
GitHub
parent
529c747f72
commit
9bde354940
@@ -6,13 +6,13 @@ import subprocess
|
||||
|
||||
from itertools import islice
|
||||
from pathlib import Path
|
||||
from typing import Iterable
|
||||
from typing import Iterable, Union
|
||||
|
||||
from typer import run
|
||||
|
||||
|
||||
def main(
|
||||
n_benchmarks: int | None = None,
|
||||
n_benchmarks: Union[int, None] = None,
|
||||
):
|
||||
path = Path("benchmark")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user