Skip to content

Commit

Permalink
ruff formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
aalbino2 committed Sep 23, 2024
1 parent 6675db2 commit acaf8e9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/nomad_material_processing/vapor_deposition/general.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,7 @@ class SubstrateHolder(Entity):
The lab ID of the substrate holder.
""",
a_eln=ELNAnnotation(
component=ELNComponentEnum.StringEditQuantity,
label="holder_id"
component=ELNComponentEnum.StringEditQuantity, label='holder_id'
),
)
material = SubSection(section_def=PubChemPureSubstanceSection, repeats=True)
Expand Down

0 comments on commit acaf8e9

Please sign in to comment.