Fix pep8 reports

Zero findings after this commit. We should try to keep that level.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
Jan Kiszka
2017-06-21 13:32:55 +02:00
committed by Daniel Wagner
parent 062e919295
commit 6bc8e08459
4 changed files with 10 additions and 6 deletions

View File

@@ -20,6 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
from .__version__ import __version__
__license__ = 'MIT'
__copyright__ = 'Copyright (c) Siemens AG, 2017'
from .__version__ import __version__