schemas: remove duplicate key (#38596)

This commit is contained in:
Valentin Deniaud 2019-12-16 17:05:43 +01:00
parent d305de24fe
commit 9004d49fb7
1 changed files with 0 additions and 1 deletions

View File

@ -402,7 +402,6 @@ class Warehouse(Base):
'pg_dsn': str,
'search_path': [str],
'cubes': [Cube],
'search_path': [str],
'path': str,
}