mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
PyLint fix
This commit is contained in:
@ -53,7 +53,8 @@ class InoToCPPConverter(object):
|
|||||||
prototypes.append((file_path, match.start(), match.group(1)))
|
prototypes.append((file_path, match.start(), match.group(1)))
|
||||||
return prototypes
|
return prototypes
|
||||||
|
|
||||||
def append_prototypes(self, contents, prototypes):
|
@staticmethod
|
||||||
|
def append_prototypes(contents, prototypes):
|
||||||
result = []
|
result = []
|
||||||
if not prototypes:
|
if not prototypes:
|
||||||
return result
|
return result
|
||||||
|
Reference in New Issue
Block a user