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 Sep 1, 2023
1 parent 65c94f3 commit 3804767
Showing 1 changed file with 1 addition and 1 deletion.
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 3804767

Please sign in to comment.