Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
snf-image-creator
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
itminedu
snf-image-creator
Commits
1b36a3e9
Commit
1b36a3e9
authored
8 years ago
by
Nikos Skalkotos
Browse files
Options
Downloads
Patches
Plain Diff
Suppress a flake8 F401 error
Add a noqa comment to suppress: F401 '__version__' imported but unused
parent
36b06b5a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
image_creator/__init__.py
+2
-3
2 additions, 3 deletions
image_creator/__init__.py
with
2 additions
and
3 deletions
image_creator/__init__.py
+
2
−
3
View file @
1b36a3e9
# -*- coding: utf-8 -*-
#
# Copyright (C) 2011-201
4
GRNET S.A.
# Copyright (C) 2011-201
6
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 :
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