[flake8] Ignoring I202 (#7988)

This commit is contained in:
John Bodley
2019-08-05 15:01:33 -07:00
committed by GitHub
parent d58dbad076
commit fdb62e9865
5 changed files with 3 additions and 6 deletions

View File

@@ -15,7 +15,6 @@
# specific language governing permissions and limitations
# under the License.
# pylint: disable=C,R,W
# flake8: noqa I202
"""Utility functions used across Superset"""
from datetime import date, datetime, time, timedelta
import decimal