Split functionality out of views/database/__init__.py, re-enable pylint (#8713)

* Split functionality out of __init__.py, re-enable pylint

* Black, isort

* Test fix

* Remove commented-out code bit
This commit is contained in:
Will Barrett
2019-12-02 14:33:35 -08:00
committed by Erik Ritter
parent ac0e353a54
commit bca2b91417
6 changed files with 318 additions and 281 deletions

View File

@@ -14,7 +14,6 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
# pylint: disable=C,R,W
"""Contains the logic to create cohesive forms on the explore view"""
from flask_appbuilder.fieldwidgets import BS3TextFieldWidget
from flask_appbuilder.forms import DynamicForm