Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gepetto
example-robot-data
Commits
1268d3b1
Commit
1268d3b1
authored
Sep 28, 2019
by
Guilhem Saurel
Browse files
[Style] ignore __init__.py from within it
parent
18e2965f
Changes
2
Hide whitespace changes
Inline
Side-by-side
python/example_robot_data/__init__.py
View file @
1268d3b1
# flake8: noqa
from
.robots_loader
import
(
getModelPath
,
loadANYmal
,
loadHyQ
,
loadICub
,
loadSolo
,
loadTalos
,
loadTalosArm
,
loadTalosLegs
,
loadTiago
,
loadTiagoNoHand
,
loadUR
,
readParamsFromSrdf
)
setup.cfg
deleted
100644 → 0
View file @
18e2965f
[flake8]
max-line-length = 119
exclude = example_robot_data/__init__.py
[yapf]
column_limit = 119
[isort]
line_length = 119
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment