mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore: bump black to 19.10b0 and mypy to 0.770 (#9378)
* Bump black to 19.10b0 * Upgrade mypy to 0.770 * Update how inline type is defined
This commit is contained in:
@@ -23,7 +23,7 @@ from wtforms import Field
|
||||
|
||||
class CommaSeparatedListField(Field):
|
||||
widget = BS3TextFieldWidget()
|
||||
data = [] # type: List[str]
|
||||
data: List[str] = []
|
||||
|
||||
def _value(self):
|
||||
if self.data:
|
||||
|
||||
Reference in New Issue
Block a user