mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47: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)))
|
||||
return prototypes
|
||||
|
||||
def append_prototypes(self, contents, prototypes):
|
||||
@staticmethod
|
||||
def append_prototypes(contents, prototypes):
|
||||
result = []
|
||||
if not prototypes:
|
||||
return result
|
||||
|
Reference in New Issue
Block a user