Skip to content

Commit 5ee0446

Browse files
committed
lint
1 parent dfe56b3 commit 5ee0446

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/openfoodfacts/taxonomy.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,9 @@ def from_url(
395395
return cls.from_dict(data)
396396

397397
@classmethod
398-
def from_type(cls, taxonomy_type: TaxonomyType, flavor: Flavor = Flavor.off) -> "Taxonomy":
398+
def from_type(
399+
cls, taxonomy_type: TaxonomyType, flavor: Flavor = Flavor.off
400+
) -> "Taxonomy":
399401
"""Create a Taxonomy from a taxonomy file hosted online from a
400402
taxonomy type.
401403

0 commit comments

Comments
 (0)