Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
mamico committed Jun 28, 2024
1 parent 7222e64 commit 35c1992
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/collective/taxonomy/interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,7 @@ class ITaxonomyForm(Interface):
defaultFactory=api.portal.get_current_language,
)

import_file = NamedBlobFile(
title=_("Upload VDEX xml file"), required=False
)
import_file = NamedBlobFile(title=_("Upload VDEX xml file"), required=False)

import_file_purge = schema.Bool(
title=_("Purge entries on upload"),
Expand Down

0 comments on commit 35c1992

Please sign in to comment.