mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-12 23:27:22 +00:00
Fix empty lines after file headers
This commit is contained in:
parent
702b85e158
commit
01406b3d2a
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
from setuptools import setup
|
||||
|
||||
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
from indico.core import signals
|
||||
from indico.util.i18n import make_bound_gettext
|
||||
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
from flask_pluginengine import depends, trim_docstring
|
||||
|
||||
from indico.core.plugins import IndicoPlugin, PluginCategory
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
from indico.core.plugins import IndicoPluginBlueprint
|
||||
|
||||
from indico_livesync.controllers import RHAddAgent, RHDeleteAgent, RHEditAgent
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
import click
|
||||
from flask_pluginengine import current_plugin
|
||||
from terminaltables import AsciiTable
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
from flask import flash, redirect, request
|
||||
from flask_pluginengine import current_plugin, render_plugin_template
|
||||
from werkzeug.exceptions import NotFound
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
from wtforms.fields.core import StringField
|
||||
from wtforms.validators import DataRequired
|
||||
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
from collections import defaultdict
|
||||
|
||||
from flask import g
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
from flask_pluginengine import current_plugin
|
||||
|
||||
from indico.legacy.common.output import outputGenerator
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
from sqlalchemy.dialects.postgresql import JSON
|
||||
|
||||
from indico.core.db.sqlalchemy import UTCDateTime, db
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
from flask import g
|
||||
from werkzeug.datastructures import ImmutableDict
|
||||
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
from wtforms.fields.html5 import IntegerField
|
||||
from wtforms.validators import NumberRange
|
||||
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
import itertools
|
||||
from collections import defaultdict
|
||||
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
from celery.schedules import crontab
|
||||
|
||||
from indico.core.celery import celery
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
from indico.core.db import db
|
||||
from indico.util.struct.iterables import grouper
|
||||
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
from datetime import timedelta
|
||||
|
||||
from werkzeug.datastructures import ImmutableDict
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
from setuptools import find_packages, setup
|
||||
|
||||
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
import pytest
|
||||
|
||||
from indico_livesync.models.agents import LiveSyncAgent
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
from indico.util.console import cformat
|
||||
from indico.util.struct.iterables import grouper
|
||||
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
from indico_livesync import LiveSyncPluginBase
|
||||
from indico_livesync_debug.backend import LiveSyncDebugBackend
|
||||
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
from setuptools import find_packages, setup
|
||||
|
||||
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
from indico.util.i18n import make_bound_gettext
|
||||
|
||||
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
from decimal import Decimal
|
||||
from urllib.parse import quote_plus
|
||||
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
from wtforms.fields.simple import TextAreaField
|
||||
from wtforms.validators import DataRequired
|
||||
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
from setuptools import find_packages, setup
|
||||
|
||||
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
from indico.util.i18n import make_bound_gettext
|
||||
|
||||
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
from indico.core.plugins import IndicoPluginBlueprint
|
||||
|
||||
from indico_payment_paypal.controllers import RHPaypalCancel, RHPaypalIPN, RHPaypalSuccess
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
from itertools import chain
|
||||
|
||||
import requests
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
from flask_pluginengine import render_plugin_template
|
||||
from wtforms.fields.core import StringField
|
||||
from wtforms.fields.html5 import URLField
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
import re
|
||||
|
||||
from wtforms import ValidationError
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
from setuptools import find_packages, setup
|
||||
|
||||
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
from indico.util.i18n import make_bound_gettext
|
||||
|
||||
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
from wtforms import BooleanField, IntegerField, StringField
|
||||
from wtforms.validators import ValidationError
|
||||
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
from operator import itemgetter
|
||||
from urllib.parse import quote
|
||||
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
from setuptools import find_packages, setup
|
||||
|
||||
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
import mimetypes
|
||||
|
||||
from flask import render_template
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
from setuptools import find_packages, setup
|
||||
|
||||
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
import mimetypes
|
||||
import re
|
||||
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
from setuptools import find_packages, setup
|
||||
|
||||
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
from indico.core import signals
|
||||
from indico.util.i18n import make_bound_gettext
|
||||
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
from indico.core.plugins import IndicoPluginBlueprint
|
||||
|
||||
from indico_storage_s3.controllers import RHBuckets
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
from flask import current_app, jsonify, request
|
||||
from werkzeug.exceptions import NotFound, Unauthorized
|
||||
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
import errno
|
||||
import json
|
||||
import os
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
import sys
|
||||
|
||||
import click
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
import hashlib
|
||||
import hmac
|
||||
import sys
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
import re
|
||||
from datetime import date
|
||||
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
from setuptools import find_packages, setup
|
||||
|
||||
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
import hashlib
|
||||
import hmac
|
||||
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
import errno
|
||||
import os
|
||||
import re
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
from indico.util.i18n import make_bound_gettext
|
||||
|
||||
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
from indico.core.plugins import IndicoPluginBlueprint
|
||||
|
||||
from indico_ursh.controllers import RHCustomShortURLPage, RHGetShortURL, RHShortURLPage
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
import posixpath
|
||||
|
||||
from flask import jsonify, request, session
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
from flask_pluginengine import render_plugin_template
|
||||
from wtforms.fields.core import StringField
|
||||
from wtforms.fields.html5 import URLField
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
import json
|
||||
import posixpath
|
||||
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
from indico.core.plugins import WPJinjaMixinPlugin
|
||||
from indico.web.views import WPDecorated
|
||||
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
from setuptools import find_packages, setup
|
||||
|
||||
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
from sqlalchemy.orm.attributes import flag_modified
|
||||
from wtforms.fields.core import BooleanField
|
||||
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
from setuptools import find_packages, setup
|
||||
|
||||
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
from indico.core import signals
|
||||
from indico.util.i18n import make_bound_gettext
|
||||
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
from .client import AdminClient, APIException, RoomNotFoundAPIException, UserClient
|
||||
|
||||
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
from indico.core.plugins import IndicoPluginBlueprint
|
||||
|
||||
from indico_vc_vidyo.controllers import RHVidyoRoomOwner
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
import click
|
||||
from terminaltables import AsciiTable
|
||||
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
from flask import flash, jsonify, session
|
||||
|
||||
from indico.core.db import db
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
from wtforms.fields.core import BooleanField
|
||||
from wtforms.fields.simple import TextAreaField
|
||||
from wtforms.validators import DataRequired, Length, Optional, Regexp, ValidationError
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
from flask import session
|
||||
from sqlalchemy.orm.attributes import flag_modified
|
||||
from wtforms.fields import IntegerField, TextAreaField
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
from datetime import timedelta
|
||||
|
||||
from celery.schedules import crontab
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
import re
|
||||
|
||||
from flask_multipass import IdentityRetrievalFailed
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# them and/or modify them under the terms of the MIT License;
|
||||
# see the LICENSE file for more details.
|
||||
|
||||
|
||||
from setuptools import find_packages, setup
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user