Skip to content

Commit

Permalink
Fix: SyntaxError: invalid syntax
Browse files Browse the repository at this point in the history
Closes #1
  • Loading branch information
sweagent committed Apr 4, 2024
1 parent 3b37cb2 commit 418849c
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 418849c

Please sign in to comment.