Skip to content

Commit

Permalink
ruff linting
Browse files Browse the repository at this point in the history
  • Loading branch information
schumannj committed Jun 7, 2024
1 parent e16dc5e commit b5c8351
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/nomad_unisyscat/apps/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
],
options={
'entry_id': Column(),
'data.method#nomad_unisyscat.schema_packages.mypackage:NRVSpectroscopy': Column()
'data.method#nomad_unisyscat.schema_packages.mypackage:NRVSpectroscopy':
Column(),
},
),

Expand All @@ -39,7 +40,8 @@
{
'type': 'terms',
'scale': 'linear',
'quantity': 'data.method#nomad_unisyscat.schema_packages.mypackage:NRVSpectroscopy',
'quantity':
'data.method#nomad_unisyscat.schema_packages.mypackage:NRVSpectroscopy',
'layout': {
'xxl': {
'minH': 3,
Expand Down

0 comments on commit b5c8351

Please sign in to comment.