Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.devtools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.devtools
Commits
24e12681
Commit
24e12681
authored
6 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
[conda] Remove unused module
parent
752b3116
No related branches found
No related tags found
No related merge requests found
Pipeline
#26018
failed
6 years ago
Stage: build
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bob/devtools/conda.py
+0
-11
0 additions, 11 deletions
bob/devtools/conda.py
doc/api.rst
+0
-3
0 additions, 3 deletions
doc/api.rst
with
0 additions
and
14 deletions
bob/devtools/conda.py
deleted
100644 → 0
+
0
−
11
View file @
752b3116
#!/usr/bin/env python
# -*- coding: utf-8 -*-
'''
Utilities for deadling with conda packages
'''
import
re
import
logging
import
platform
logger
=
logging
.
getLogger
(
__name__
)
This diff is collapsed.
Click to expand it.
doc/api.rst
+
0
−
3
View file @
24e12681
...
@@ -8,7 +8,6 @@
...
@@ -8,7 +8,6 @@
.. autosummary::
.. autosummary::
bob.devtools.log
bob.devtools.log
bob.devtools.ci
bob.devtools.ci
bob.devtools.conda
bob.devtools.constants
bob.devtools.constants
bob.devtools.release
bob.devtools.release
bob.devtools.changelog
bob.devtools.changelog
...
@@ -24,8 +23,6 @@ Detailed Information
...
@@ -24,8 +23,6 @@ Detailed Information
.. automodule:: bob.devtools.ci
.. automodule:: bob.devtools.ci
.. automodule:: bob.devtools.conda
.. automodule:: bob.devtools.constants
.. automodule:: bob.devtools.constants
.. automodule:: bob.devtools.release
.. automodule:: bob.devtools.release
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment