Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
jrudz committed Jun 26, 2024
1 parent 5a0862c commit 6b5d593
Show file tree
Hide file tree
Showing 4 changed files with 184 additions and 165 deletions.
3 changes: 2 additions & 1 deletion src/nomad_simulations/schema_packages/outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ def normalize(self, archive: 'EntryArchive', logger: 'BoundLogger') -> None:
logger=logger,
)


class WorkflowOutputs(Outputs):
"""
This section contains output properties that depend on a single system, but were
Expand Down Expand Up @@ -345,4 +346,4 @@ class TrajectoryOutputs(WorkflowOutputs):
)

def normalize(self, archive, logger) -> None:
super().normalize(archive, logger)
super().normalize(archive, logger)
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@
ElectronicDensityOfStates,
SpectralProfile,
XASSpectrum,
)
)
Loading

0 comments on commit 6b5d593

Please sign in to comment.