Commit 4fa50116 authored by Tristan Gingold's avatar Tristan Gingold

fetcher.py: remove unused imports.

parent 3d4fcd7d
......@@ -21,11 +21,6 @@
"""Module providing the base class for the different code fetchers"""
from __future__ import absolute_import
import os
from ..util import shell
class Fetcher(object):
"""Base class for the code fetcher objects"""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment