mirror of
https://github.com/davidhalter/parso.git
synced 2026-01-09 04:52:42 +08:00
Add some newlines to avoid issues in other files.
This commit is contained in:
@@ -24,6 +24,7 @@ mimetype = 'application/x-directory'
|
||||
# 'httpd/unix-directory'
|
||||
create_date = False
|
||||
|
||||
|
||||
def start(self):
|
||||
# foo
|
||||
#: E111:8
|
||||
@@ -46,6 +47,8 @@ def start(self):
|
||||
#: E111:2
|
||||
# Also wrongly indented.
|
||||
# Indent is correct.
|
||||
|
||||
|
||||
def start(self): # Correct comment
|
||||
if True:
|
||||
#: E111:0
|
||||
|
||||
Reference in New Issue
Block a user