From 5ea2f6ab3d85ae02279b0489779e80a3d30b25ac Mon Sep 17 00:00:00 2001 From: Thor77 Date: Thu, 1 Feb 2018 20:49:23 +0100 Subject: [PATCH] Remove extra lines after encoding header --- tsstats/__main__.py | 1 - tsstats/config.py | 1 - tsstats/exceptions.py | 2 -- tsstats/template.py | 1 - 4 files changed, 5 deletions(-) diff --git a/tsstats/__main__.py b/tsstats/__main__.py index 70b4c8b..66dd1b2 100644 --- a/tsstats/__main__.py +++ b/tsstats/__main__.py @@ -1,5 +1,4 @@ # -*- coding: utf-8 -*- - import argparse import json import logging diff --git a/tsstats/config.py b/tsstats/config.py index 74f9478..056f912 100644 --- a/tsstats/config.py +++ b/tsstats/config.py @@ -1,5 +1,4 @@ # -*- coding: utf-8 -*- - try: from configparser import RawConfigParser except ImportError: diff --git a/tsstats/exceptions.py b/tsstats/exceptions.py index d0266ab..ab0da79 100644 --- a/tsstats/exceptions.py +++ b/tsstats/exceptions.py @@ -1,6 +1,4 @@ # -*- coding: utf-8 -*- - - class InvalidConfiguration(Exception): ''' The configuration is invalid (either config-file or cli-args) diff --git a/tsstats/template.py b/tsstats/template.py index 808c7ef..be8123f 100644 --- a/tsstats/template.py +++ b/tsstats/template.py @@ -1,5 +1,4 @@ # -*- coding: utf-8 -*- - import logging from collections import namedtuple from os.path import dirname, join