Skip to content

Commit df93f9b

Browse files
author
sweagent
committed
Fix: SyntaxError: invalid syntax
Closes SWE-agent#1
1 parent f9a5fa4 commit df93f9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/missing_colon.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22

33

4-
def division(a: float, b: float) -> float
4+
def division(a: float, b: float) -> float:
55
return a/b
66

77

0 commit comments

Comments
 (0)