Skip to content

Commit

Permalink
Fix flake8 formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Dec 5, 2023
1 parent 52c969d commit d72b971
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/podio_class_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -683,9 +683,9 @@ def _build_include_for_class(self, classname, include_from: IncludeFrom) -> str:
def _create_component_userdata_blocks(self):
"""Create the userdata block registration functionality"""
data = {
'components': [DataType(c) for c in self.datamodel.components],
'incfolder': self.incfolder,
}
'components': [DataType(c) for c in self.datamodel.components],
'incfolder': self.incfolder,
}
self._write_file('UserDataSIOBlock.cc', self._eval_template("UserDataSIOBlock.cc.jinja2", data))

@staticmethod
Expand Down

0 comments on commit d72b971

Please sign in to comment.