Skip to content

Commit 0725c1d

Browse files
committed
forth: fixes for Flake8 compliancy
1 parent d20e749 commit 0725c1d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

exercises/forth/example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
def evaluate(input):
2-
pass
2+
pass

exercises/forth/forth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
def evaluate(input):
2-
pass
2+
pass

0 commit comments

Comments
 (0)