style: enforcing mypy typing for connectors (#9824)

Co-authored-by: John Bodley <john.bodley@airbnb.com>
This commit is contained in:
John Bodley
2020-05-25 12:32:49 -07:00
committed by GitHub
parent 9edfc8f68d
commit 7f6dbf838e
17 changed files with 392 additions and 240 deletions

View File

@@ -15,10 +15,11 @@
# specific language governing permissions and limitations
# under the License.
# pylint: disable=too-few-public-methods,invalid-name
from dataclasses import dataclass
from enum import Enum
from typing import Any, Dict, Optional
from dataclasses import dataclass
class SupersetErrorType(str, Enum):
"""