mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
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:
committed by
Erik Ritter
parent
ac0e353a54
commit
bca2b91417
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user