Skip to content

Commit c012fff

Browse files
committed
format: update yapf
1 parent 906eea3 commit c012fff

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

sot_application/acceleration/precomputed_meta_tasks.py

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414

1515
class Solver:
16+
1617
def __init__(self, robot):
1718
self.robot = robot
1819
"""

sot_application/velocity/precomputed_meta_tasks.py

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616

1717
class Solver:
18+
1819
def __init__(self, robot):
1920
self.robot = robot
2021

sot_application/velocity/precomputed_tasks.py

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717

1818
class Solver:
19+
1920
def __init__(self, robot, solverType=SOT):
2021
self.robot = robot
2122

@@ -206,6 +207,7 @@ class Application(object):
206207
- comdot: input (vector) reference velocity of the center of mass
207208
208209
"""
210+
209211
def __init__(self, robot, solverType=SOT):
210212

211213
self.robot = robot

0 commit comments

Comments
 (0)