Skip to content
Snippets Groups Projects
Commit 096eb6cc authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

format: update yapf

parent c5f97cf0
No related branches found
No related tags found
No related merge requests found
Pipeline #17915 passed
......@@ -30,7 +30,9 @@ class CommandPath(object):
def createCommandModule(target, name):
def createGetter(name):
def __(self):
obj = getattr(self, name)
obj.mother = self
......
......@@ -107,7 +107,9 @@ sys.ps1 = '% '
# Enable function that can be call without()def optionalparentheses(f):
def optionalparentheses(f):
class decoclass:
def __init__(self, f):
self.functor = f
......
......@@ -10,6 +10,7 @@ did not match C++ signature:
class BindingsTests(unittest.TestCase):
def test_type_check(self):
"""
test the type checking in signal plugs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment