remove utf8 declaration (#6096)

This commit is contained in:
timifasubaa 2018-10-15 11:53:24 -07:00 committed by Maxime Beauchemin
parent 68ff4e5b72
commit 46c86672c8
154 changed files with 0 additions and 155 deletions

View File

@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
#
# superset documentation build configuration file, created by
# sphinx-quickstart on Thu Dec 17 15:42:06 2015.
#

View File

@ -1,5 +1,4 @@
console_log==0.2.10
flake8-coding==1.3.0
flake8-commas==2.0.0
flake8-import-order==0.18
flake8-quotes==1.0.0

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
from collections import defaultdict
from superset import sm

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import io
import json
import os

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# pylint: disable=C,R,W
"""Package's main module!"""
import json

View File

@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import warnings
import click
from flask.cli import FlaskGroup

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# pylint: disable=C,R,W
from flask import request

View File

@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# pylint: disable=C,R,W
from datetime import datetime
import logging

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# pylint: disable=C,R,W
"""The main config file for Superset

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# pylint: disable=C,R,W
import json

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# pylint: disable=C,R,W
from flask import Markup

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# pylint: disable=C,R,W
from sqlalchemy.orm import subqueryload

View File

@ -1,3 +1,2 @@
# -*- coding: utf-8 -*-
from . import models # noqa
from . import views # noqa

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# pylint: disable=C,R,W
# pylint: disable=invalid-unary-operand-type
from collections import OrderedDict

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# pylint: disable=C,R,W
from datetime import datetime
import json

View File

@ -1,3 +1,2 @@
# -*- coding: utf-8 -*-
from . import models # noqa
from . import views # noqa

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# pylint: disable=C,R,W
from datetime import datetime
import logging

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# pylint: disable=C,R,W
"""Views used by the SqlAlchemy connector"""
from flask import flash, Markup, redirect

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# pylint: disable=C,R,W
from __future__ import absolute_import
from __future__ import division

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# pylint: disable=C,R,W
""" Superset wrapper around pandas.DataFrame.

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# pylint: disable=C,R,W
"""Compatibility layer for different database engines

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# pylint: disable=C,R,W
from pyhive import hive
from TCLIService import ttypes

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# pylint: disable=C,R,W
import logging

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# pylint: disable=C,R,W

View File

@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# pylint: disable=C,R,W
#
# Copyright (C) 2016 Andi Albrecht, albrecht.andi@gmail.com

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# pylint: disable=C,R,W
"""Contains the logic to create cohesive forms on the explore view"""
from flask_appbuilder.fieldwidgets import BS3TextFieldWidget

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# pylint: disable=C,R,W
import logging

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# pylint: disable=C,R,W
"""Defines the templating context for SQL Lab"""
from datetime import datetime, timedelta

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# pylint: disable=C,R,W
"""Code related with dealing with legacy / change management"""
import re

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# pylint: disable=C,R,W
import logging
from logging.config import fileConfig

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""Fix wrong constraint on table columns
Revision ID: 1226819ee0e3

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""Adds params to the datasource (druid) table
Revision ID: 1296d28ec131

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""is_featured
Revision ID: 12d55656cbca

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""making audit nullable
Revision ID: 18e88e1cc004

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""Adding metric warning_text
Revision ID: 19a814813610

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""adding slug to dash
Revision ID: 1a48a5411020

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""log dt
Revision ID: 1d2ddd543133

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""empty message
Revision ID: 1e2841a4128

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import json
from alembic import op

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""user_id
Revision ID: 2591d77e9831

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""Make creator owners
Revision ID: 27ae655e4247

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""Add encrypted password field
Revision ID: 289ce07647b

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""TZ offsets in data sources
Revision ID: 2929af7925ed

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""saved_queries
Revision ID: 2fcdcb35e487

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""adding log model
Revision ID: 315b3f4da9b0

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
from alembic import op
import sqlalchemy as sa
from superset import db

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""Sync DB with the models.py.
Sqlite doesn't support alter on tables, that's why most of the operations

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""add_sql_string_to_table
Revision ID: 3c3ffe173e4f

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""database options for sql lab
Revision ID: 41f6a59a61f2

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""log more
Revision ID: 430039611635

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""empty message
Revision ID: 43df8de3a5f4

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""allow_run_sync_async
Revision ID: 4500485bde7d

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""empty message
Revision ID: 472d2f73dfd4

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""empty message
Revision ID: 4736ec66ce19

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""Init
Revision ID: 4e6a06bad7a8

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""owners_many_to_many
Revision ID: 4fa88fe24e94

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""log_this_plus
Revision ID: 525c854f0005

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""sqla_descr
Revision ID: 55179c7f25c7

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""empty message
Revision ID: 5a7bad26f2a7

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""Add access_request table to manage requests to access datastores.
Revision ID: 5e4a03ef0bf0

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""empty message
Revision ID: 6414e83d82b7

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""allow_dml
Revision ID: 65903709c321

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""update_spatial_params
Revision ID: 67a6ac9b727b

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""add fetch values predicate
Revision ID: 732f1c06bcbf

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""fixing audit fk
Revision ID: 763d4b211ec9

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""empty message
Revision ID: 7dbf98566af7

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""results_key to query
Revision ID: 7e3ddad2a00b

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""cache_timeouts
Revision ID: 836c0bf75904

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""Adding extra field to Database model
Revision ID: 867bf4f117f9

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""empty message
Revision ID: 8e80a26a31db

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""adjusting key length
Revision ID: 956a063c52b3

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""add dttm_format related fields in table_columns
Revision ID: 960c69cb1f5b

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""empty message
Revision ID: 979c03af3341

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""adding favstar model
Revision ID: a2d606a761d9

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""add_result_backend_time_logging
Revision ID: a65458420354

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""query.start_running_time
Revision ID: a6c18f869a4e

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""rewriting url from shortner with new format
Revision ID: a99f2f7c195a

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""add impersonate_user to dbs
Revision ID: a9c47e2c1547

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""add_cache_timeout_to_druid_cluster
Revision ID: ab3d66c4246e

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""Add avg() to default metrics
Revision ID: ad4d656d92bc

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""Update models to support storing the queries.
Revision ID: ad82a75afd82

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""adding verbose_name to druid column
Revision ID: b318dfe5fb6c

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""empty message
Revision ID: b347b202819b

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""change_table_unique_constraint
Revision ID: b4456560d4f3

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""Add json_metadata to the tables table.
Revision ID: b46fa1b0b39e

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""add schema to table model
Revision ID: bb51420eaf83

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""Add keyvalue table
Revision ID: bcf3126872fc

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""Materializing permission
Revision ID: c3a8f8611885

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""dim_spec
Revision ID: c611f2b591b8

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""tracking_url
Revision ID: ca69c70ec99b

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""empty message
Revision ID: d2424a248d63

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""empty message
Revision ID: d39b1e37131d

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""empty message
Revision ID: d6db5a5cdb5d

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""css templates
Revision ID: d827694c7555

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""Add new field 'is_restricted' to SqlMetric and DruidMetric
Revision ID: d8bc074f7aad

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""update_slice_model_json
Revision ID: db0c65b146bd

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""Add verbose name to DruidCluster and Database
Revision ID: db527d8c4c78

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""annotations
Revision ID: ddd6ebdd853b

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""materialize perms
Revision ID: e46f2d27a08e

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""smaller_grid
Revision ID: e866bd2d4976
Revises: 21e88bc06c02

Some files were not shown because too many files have changed in this diff Show More