Remove extra lines after encoding header

This commit is contained in:
Thor77 2018-02-01 20:49:23 +01:00
parent 489d609807
commit 5ea2f6ab3d
4 changed files with 0 additions and 5 deletions

View File

@ -1,5 +1,4 @@
# -*- coding: utf-8 -*-
import argparse
import json
import logging

View File

@ -1,5 +1,4 @@
# -*- coding: utf-8 -*-
try:
from configparser import RawConfigParser
except ImportError:

View File

@ -1,6 +1,4 @@
# -*- coding: utf-8 -*-
class InvalidConfiguration(Exception):
'''
The configuration is invalid (either config-file or cli-args)

View File

@ -1,5 +1,4 @@
# -*- coding: utf-8 -*-
import logging
from collections import namedtuple
from os.path import dirname, join