Skip to content

Commit

Permalink
Fix: SyntaxError: invalid syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
sweagent committed Apr 30, 2024
1 parent f9a5fa4 commit df93f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/missing_colon.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3


def division(a: float, b: float) -> float
def division(a: float, b: float) -> float:
return a/b


Expand Down

0 comments on commit df93f9b

Please sign in to comment.