From 3d9507b4dc56db0188b8e92654fc82592cd37b63 Mon Sep 17 00:00:00 2001 From: Ananya2003Gupta Date: Fri, 25 Aug 2023 17:05:07 +0530 Subject: [PATCH] Changes related to precommit --- python/podio/test_MemberParser.py | 2 +- python/podio_class_generator.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/podio/test_MemberParser.py b/python/podio/test_MemberParser.py index 220a6fb73..08b4e47ab 100644 --- a/python/podio/test_MemberParser.py +++ b/python/podio/test_MemberParser.py @@ -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 diff --git a/python/podio_class_generator.py b/python/podio_class_generator.py index 2ba251a9a..c1370ea08 100755 --- a/python/podio_class_generator.py +++ b/python/podio_class_generator.py @@ -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):