Skip to content

Commit 318be21

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e84e05f commit 318be21

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

stack/parser.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
from stack.expr import Literal
1010
from stack.tokenizer import Token
1111

12-
1312
SWAP = Expression("SWAP")
1413
DUP = Expression("DUP")
1514
DROP = Expression("DROP")

stack/run.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
from stack import parser
77
from stack import tokenizer
88

9-
109
MAX_EXPR = 2048
1110

1211

tests/test_fib.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
from stack.__main__ import run
66

7-
87
FIB_PATH = Path(__file__).parent.parent / "examples/fib.s"
98

109

0 commit comments

Comments
 (0)