Skip to content

Commit 15c69d6

Browse files
committed
tests: Remove from from keywords
Fixes #5
1 parent 82e689a commit 15c69d6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@
99
# Keywords.
1010

1111
with break continue del exec return pass print raise global assert lambda yield
12-
for while if elif else import from as try except finally and in is not or
12+
for while if elif else import as try except finally and in is not or
1313

1414
from test import var as name
1515

16+
raise Exception from ex
17+
1618
yield from
1719

1820
def functionname

0 commit comments

Comments
 (0)