Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
KincoActuatorIsaacLab
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
kevin
KincoActuatorIsaacLab
Commits
5d2ae535
Commit
5d2ae535
authored
Jan 18, 2023
by
Mayank Mittal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixes order of imports in setup.py
parent
acd49eaa
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
3 deletions
+4
-3
pyproject.toml
pyproject.toml
+1
-0
setup.py
source/extensions/omni.isaac.contrib_envs/setup.py
+1
-1
setup.py
source/extensions/omni.isaac.orbit/setup.py
+1
-1
setup.py
source/extensions/omni.isaac.orbit_envs/setup.py
+1
-1
No files found.
pyproject.toml
View file @
5d2ae535
...
...
@@ -31,6 +31,7 @@ extra_standard_library = [
"hid"
,
"yaml"
,
"prettytable"
,
"toml"
,
]
# Imports from Isaac Sim and Omniverse
known_third_party
=
[
...
...
source/extensions/omni.isaac.contrib_envs/setup.py
View file @
5d2ae535
...
...
@@ -6,8 +6,8 @@
"""Installation script for the 'omni.isaac.contrib_envs' python package."""
import
os
import
toml
from
setuptools
import
setup
# Obtain the extension data from the extension.toml file
...
...
source/extensions/omni.isaac.orbit/setup.py
View file @
5d2ae535
...
...
@@ -6,8 +6,8 @@
"""Installation script for the 'omni.isaac.orbit' python package."""
import
os
import
toml
from
setuptools
import
setup
# Obtain the extension data from the extension.toml file
...
...
source/extensions/omni.isaac.orbit_envs/setup.py
View file @
5d2ae535
...
...
@@ -7,8 +7,8 @@
import
itertools
import
os
import
toml
from
setuptools
import
setup
# Obtain the extension data from the extension.toml file
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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