Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesfize committed Dec 19, 2023
1 parent 699a5e1 commit 58b144e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pypnnomenclature/repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def get_nomenclature_with_taxonomy_list():

q = select(BibNomenclaturesTypeTaxo).order_by("mnemonique")

nomenclature_types = db.session.scalars(q).all()
nomenclature_types = db.session.scalars(q).unique().all()
data = list()

for t in nomenclature_types:
Expand Down

0 comments on commit 58b144e

Please sign in to comment.