Fix empty lines after file headers

This commit is contained in:
Indico Team 2020-11-10 13:19:28 +01:00 committed by Adrian Moennich
parent 702b85e158
commit 01406b3d2a
68 changed files with 0 additions and 68 deletions

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
from setuptools import setup from setuptools import setup

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
from indico.core import signals from indico.core import signals
from indico.util.i18n import make_bound_gettext from indico.util.i18n import make_bound_gettext

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
from flask_pluginengine import depends, trim_docstring from flask_pluginengine import depends, trim_docstring
from indico.core.plugins import IndicoPlugin, PluginCategory from indico.core.plugins import IndicoPlugin, PluginCategory

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
from indico.core.plugins import IndicoPluginBlueprint from indico.core.plugins import IndicoPluginBlueprint
from indico_livesync.controllers import RHAddAgent, RHDeleteAgent, RHEditAgent from indico_livesync.controllers import RHAddAgent, RHDeleteAgent, RHEditAgent

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
import click import click
from flask_pluginengine import current_plugin from flask_pluginengine import current_plugin
from terminaltables import AsciiTable from terminaltables import AsciiTable

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
from flask import flash, redirect, request from flask import flash, redirect, request
from flask_pluginengine import current_plugin, render_plugin_template from flask_pluginengine import current_plugin, render_plugin_template
from werkzeug.exceptions import NotFound from werkzeug.exceptions import NotFound

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
from wtforms.fields.core import StringField from wtforms.fields.core import StringField
from wtforms.validators import DataRequired from wtforms.validators import DataRequired

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
from collections import defaultdict from collections import defaultdict
from flask import g from flask import g

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
from flask_pluginengine import current_plugin from flask_pluginengine import current_plugin
from indico.legacy.common.output import outputGenerator from indico.legacy.common.output import outputGenerator

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
from sqlalchemy.dialects.postgresql import JSON from sqlalchemy.dialects.postgresql import JSON
from indico.core.db.sqlalchemy import UTCDateTime, db from indico.core.db.sqlalchemy import UTCDateTime, db

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
from flask import g from flask import g
from werkzeug.datastructures import ImmutableDict from werkzeug.datastructures import ImmutableDict

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
from wtforms.fields.html5 import IntegerField from wtforms.fields.html5 import IntegerField
from wtforms.validators import NumberRange from wtforms.validators import NumberRange

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
import itertools import itertools
from collections import defaultdict from collections import defaultdict

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
from celery.schedules import crontab from celery.schedules import crontab
from indico.core.celery import celery from indico.core.celery import celery

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
from indico.core.db import db from indico.core.db import db
from indico.util.struct.iterables import grouper from indico.util.struct.iterables import grouper

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
from datetime import timedelta from datetime import timedelta
from werkzeug.datastructures import ImmutableDict from werkzeug.datastructures import ImmutableDict

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
from setuptools import find_packages, setup from setuptools import find_packages, setup

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
import pytest import pytest
from indico_livesync.models.agents import LiveSyncAgent from indico_livesync.models.agents import LiveSyncAgent

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
from indico.util.console import cformat from indico.util.console import cformat
from indico.util.struct.iterables import grouper from indico.util.struct.iterables import grouper

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
from indico_livesync import LiveSyncPluginBase from indico_livesync import LiveSyncPluginBase
from indico_livesync_debug.backend import LiveSyncDebugBackend from indico_livesync_debug.backend import LiveSyncDebugBackend

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
from setuptools import find_packages, setup from setuptools import find_packages, setup

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
from indico.util.i18n import make_bound_gettext from indico.util.i18n import make_bound_gettext

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
from decimal import Decimal from decimal import Decimal
from urllib.parse import quote_plus from urllib.parse import quote_plus

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
from wtforms.fields.simple import TextAreaField from wtforms.fields.simple import TextAreaField
from wtforms.validators import DataRequired from wtforms.validators import DataRequired

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
from setuptools import find_packages, setup from setuptools import find_packages, setup

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
from indico.util.i18n import make_bound_gettext from indico.util.i18n import make_bound_gettext

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
from indico.core.plugins import IndicoPluginBlueprint from indico.core.plugins import IndicoPluginBlueprint
from indico_payment_paypal.controllers import RHPaypalCancel, RHPaypalIPN, RHPaypalSuccess from indico_payment_paypal.controllers import RHPaypalCancel, RHPaypalIPN, RHPaypalSuccess

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
from itertools import chain from itertools import chain
import requests import requests

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
from flask_pluginengine import render_plugin_template from flask_pluginengine import render_plugin_template
from wtforms.fields.core import StringField from wtforms.fields.core import StringField
from wtforms.fields.html5 import URLField from wtforms.fields.html5 import URLField

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
import re import re
from wtforms import ValidationError from wtforms import ValidationError

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
from setuptools import find_packages, setup from setuptools import find_packages, setup

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
from indico.util.i18n import make_bound_gettext from indico.util.i18n import make_bound_gettext

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
from wtforms import BooleanField, IntegerField, StringField from wtforms import BooleanField, IntegerField, StringField
from wtforms.validators import ValidationError from wtforms.validators import ValidationError

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
from operator import itemgetter from operator import itemgetter
from urllib.parse import quote from urllib.parse import quote

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
from setuptools import find_packages, setup from setuptools import find_packages, setup

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
import mimetypes import mimetypes
from flask import render_template from flask import render_template

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
from setuptools import find_packages, setup from setuptools import find_packages, setup

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
import mimetypes import mimetypes
import re import re

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
from setuptools import find_packages, setup from setuptools import find_packages, setup

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
from indico.core import signals from indico.core import signals
from indico.util.i18n import make_bound_gettext from indico.util.i18n import make_bound_gettext

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
from indico.core.plugins import IndicoPluginBlueprint from indico.core.plugins import IndicoPluginBlueprint
from indico_storage_s3.controllers import RHBuckets from indico_storage_s3.controllers import RHBuckets

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
from flask import current_app, jsonify, request from flask import current_app, jsonify, request
from werkzeug.exceptions import NotFound, Unauthorized from werkzeug.exceptions import NotFound, Unauthorized

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
import errno import errno
import json import json
import os import os

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
import sys import sys
import click import click

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
import hashlib import hashlib
import hmac import hmac
import sys import sys

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
import re import re
from datetime import date from datetime import date

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
from setuptools import find_packages, setup from setuptools import find_packages, setup

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
import hashlib import hashlib
import hmac import hmac

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
import errno import errno
import os import os
import re import re

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
from indico.util.i18n import make_bound_gettext from indico.util.i18n import make_bound_gettext

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
from indico.core.plugins import IndicoPluginBlueprint from indico.core.plugins import IndicoPluginBlueprint
from indico_ursh.controllers import RHCustomShortURLPage, RHGetShortURL, RHShortURLPage from indico_ursh.controllers import RHCustomShortURLPage, RHGetShortURL, RHShortURLPage

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
import posixpath import posixpath
from flask import jsonify, request, session from flask import jsonify, request, session

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
from flask_pluginengine import render_plugin_template from flask_pluginengine import render_plugin_template
from wtforms.fields.core import StringField from wtforms.fields.core import StringField
from wtforms.fields.html5 import URLField from wtforms.fields.html5 import URLField

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
import json import json
import posixpath import posixpath

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
from indico.core.plugins import WPJinjaMixinPlugin from indico.core.plugins import WPJinjaMixinPlugin
from indico.web.views import WPDecorated from indico.web.views import WPDecorated

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
from setuptools import find_packages, setup from setuptools import find_packages, setup

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
from sqlalchemy.orm.attributes import flag_modified from sqlalchemy.orm.attributes import flag_modified
from wtforms.fields.core import BooleanField from wtforms.fields.core import BooleanField

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
from setuptools import find_packages, setup from setuptools import find_packages, setup

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
from indico.core import signals from indico.core import signals
from indico.util.i18n import make_bound_gettext from indico.util.i18n import make_bound_gettext

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
from .client import AdminClient, APIException, RoomNotFoundAPIException, UserClient from .client import AdminClient, APIException, RoomNotFoundAPIException, UserClient

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
from indico.core.plugins import IndicoPluginBlueprint from indico.core.plugins import IndicoPluginBlueprint
from indico_vc_vidyo.controllers import RHVidyoRoomOwner from indico_vc_vidyo.controllers import RHVidyoRoomOwner

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
import click import click
from terminaltables import AsciiTable from terminaltables import AsciiTable

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
from flask import flash, jsonify, session from flask import flash, jsonify, session
from indico.core.db import db from indico.core.db import db

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
from wtforms.fields.core import BooleanField from wtforms.fields.core import BooleanField
from wtforms.fields.simple import TextAreaField from wtforms.fields.simple import TextAreaField
from wtforms.validators import DataRequired, Length, Optional, Regexp, ValidationError from wtforms.validators import DataRequired, Length, Optional, Regexp, ValidationError

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
from flask import session from flask import session
from sqlalchemy.orm.attributes import flag_modified from sqlalchemy.orm.attributes import flag_modified
from wtforms.fields import IntegerField, TextAreaField from wtforms.fields import IntegerField, TextAreaField

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
from datetime import timedelta from datetime import timedelta
from celery.schedules import crontab from celery.schedules import crontab

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
import re import re
from flask_multipass import IdentityRetrievalFailed from flask_multipass import IdentityRetrievalFailed

View File

@ -5,7 +5,6 @@
# them and/or modify them under the terms of the MIT License; # them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details. # see the LICENSE file for more details.
from setuptools import find_packages, setup from setuptools import find_packages, setup