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
Branches
Tags
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 @@
.. autosummary::
bob.devtools.log
bob.devtools.ci
bob.devtools.conda
bob.devtools.constants
bob.devtools.release
bob.devtools.changelog
......@@ -24,8 +23,6 @@ Detailed Information
.. automodule:: bob.devtools.ci
.. automodule:: bob.devtools.conda
.. automodule:: bob.devtools.constants
.. automodule:: bob.devtools.release
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment