Fix comment issues (E26x).

This commit is contained in:
Dave Halter
2017-07-08 13:57:39 +02:00
parent a5ea2f7add
commit 65168577cf
11 changed files with 113 additions and 36 deletions

View File

@@ -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