refactor: Fix lint on superset/utils/core.py (#10120)

* Fix lint on superset/utils/core.py

* black

* mypy

* Fix some missing renames
This commit is contained in:
Will Barrett
2020-06-26 08:49:12 -07:00
committed by GitHub
parent 410c5be2f8
commit df71fac1e0
6 changed files with 174 additions and 137 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
import logging
from typing import Any, Dict, List, Optional