Skip to content
Snippets Groups Projects
Commit 1b36a3e9 authored by Nikos Skalkotos's avatar Nikos Skalkotos
Browse files

Suppress a flake8 F401 error

Add a noqa comment to suppress:
F401 '__version__' imported but unused
parent 36b06b5a
No related branches found
No related tags found
No related merge requests found
# -*- coding: utf-8 -*-
#
# Copyright (C) 2011-2014 GRNET S.A.
# Copyright (C) 2011-2016 GRNET S.A.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
......@@ -18,7 +18,6 @@
"""Package for creating images to be used with Synnefo open source cloud
software.
"""
from image_creator.version import __version__
from image_creator.version import __version__ # noqa
# vim: set sta sts=4 shiftwidth=4 sw=4 et ai :
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