Projet

Général

Profil

0002-schemas-remove-duplicate-key-38596.patch

Valentin Deniaud, 03 janvier 2020 17:07

Télécharger (602 octets)

Voir les différences:

Subject: [PATCH 2/4] schemas: remove duplicate key (#38596)

 bijoe/schemas.py | 1 -
 1 file changed, 1 deletion(-)
bijoe/schemas.py
402 402
        'pg_dsn': str,
403 403
        'search_path': [str],
404 404
        'cubes': [Cube],
405
        'search_path': [str],
406 405
        'path': str,
407 406
    }
408 407

  
409
-