Skip to content
Snippets Groups Projects
Commit 24e12681 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[conda] Remove unused module

parent 752b3116
No related branches found
No related tags found
No related merge requests found
Pipeline #26018 failed
#!/usr/bin/env python
# -*- coding: utf-8 -*-
'''Utilities for deadling with conda packages'''
import re
import logging
import platform
logger = logging.getLogger(__name__)
...@@ -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
......
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