raymondhehe / test-repo

0 stars 0 forks source link

SyntaxError: invalid syntax #1

Open raymondhehe opened 1 month ago

raymondhehe commented 1 month ago

I'm running missing_colon.py as follows:

division(23, 0)

but I get the following error:

  File "/Users/fuchur/Documents/24/git_sync/swe-agent-test-repo/tests/./missing_colon.py", line 4
    def division(a: float, b: float) -> float
                                             ^
SyntaxError: invalid syntax