mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-07 13:24:39 +08:00
await checks.
This commit is contained in:
@@ -3,6 +3,8 @@ Some syntax errors are a bit complicated and need exact checking. Here we
|
||||
gather some of the potentially dangerous ones.
|
||||
"""
|
||||
|
||||
from __future__ import division
|
||||
|
||||
for x in [1]:
|
||||
try:
|
||||
continue # Only the other continue and pass is an error.
|
||||
|
||||
Reference in New Issue
Block a user