mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-19 10:51:18 +08:00
Fix comment issues (E26x).
This commit is contained in:
@@ -27,8 +27,8 @@ def start(self):
|
||||
# foo
|
||||
#: E111:8
|
||||
# bar
|
||||
if True: # Hello
|
||||
self.master.start() # Comment
|
||||
if True: # Hello
|
||||
self.master.start() # Comment
|
||||
# try:
|
||||
#: E111:12
|
||||
# self.master.start()
|
||||
@@ -57,4 +57,4 @@ def start(self): # Correct comment
|
||||
# except MasterExit:
|
||||
#: E111:0
|
||||
# self.shutdown()
|
||||
self.master.start() # comment
|
||||
self.master.start() # comment
|
||||
|
||||
Reference in New Issue
Block a user