Don't expose "timezone" for input when generating 'fabric' project
static default is good enough for that
This commit is contained in:
parent
d146514c39
commit
2d29245037
2 changed files with 0 additions and 20 deletions
|
@ -104,8 +104,6 @@ class GenerateFabricProject(colander.MappingSchema):
|
|||
|
||||
python_name = colander.SchemaNode(colander.String())
|
||||
|
||||
timezone = colander.SchemaNode(colander.String())
|
||||
|
||||
integrates_with = colander.SchemaNode(colander.String(),
|
||||
missing=colander.null)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue