Skip to content

Commit

Permalink
Changes related to precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
Ananya2003Gupta committed Aug 25, 2023
1 parent ca88691 commit 3d9507b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/podio/test_MemberParser.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

#!/usr/bin/env python
# !/usr/bin/env python
"""
Tests for the MemberParser highlighting what it is currently capable of and
what trips it up
Expand Down
2 changes: 1 addition & 1 deletion python/podio_class_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ def _build_julia_include_for_class(self, classname, include_from: IncludeFrom) -
if include_from == IncludeFrom.NOWHERE:
# We don't need an include in this case
return ''

return f'include("{inc_folder}{classname}Struct.jl")'

def _sort_includes(self, includes):
Expand Down

0 comments on commit 3d9507b

Please sign in to comment.