raymondhehe / test-repo

0 stars 0 forks source link

SyntaxError: invalid syntax #5

Open raymondhehe opened 4 weeks ago

raymondhehe commented 4 weeks 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