Skip to content

Commit

Permalink
Ruff format fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianschoeppach committed Oct 22, 2024
1 parent 0b11b83 commit 17921fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/perovskite_tandem_database/parsers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ def load(self):
name='TandemParser',
description='Tandem Parser for .csv files.',
mainfile_name_re='.*\.csv',
#mainfile_content_re='',
# mainfile_content_re='',
)
1 change: 1 addition & 0 deletions src/perovskite_tandem_database/parsers/tandemparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
from nomad.datamodel.datamodel import EntryArchive
from structlog.stdlib import BoundLogger


class TandemParser(MatchingParser):
"""
Parser for matching tandem db files and creating instances of .
Expand Down

0 comments on commit 17921fc

Please sign in to comment.