Skip to content

Commit

Permalink
Fix some linting and test
Browse files Browse the repository at this point in the history
  • Loading branch information
Pepe-Marquez committed May 29, 2024
1 parent 37de7c4 commit 0e0c243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nomad_unisyscat/schema_packages/mypackage.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ class EPR(Measurement, Schema, PlotSection):
results = Measurement.results.m_copy()
results.section_def = EPRResults

def normalize(self, archive, logger) -> None:
def normalize(self, archive, logger) -> None: # noqa: PLR0915
super().normalize(archive, logger)
if self.dsc_file is not None and self.dta_file is not None:
from .epr_reader import parse_dta_dsc
Expand Down

0 comments on commit 0e0c243

Please sign in to comment.