From fe93cf9b46645bd1e166c7a1d54626ff38ff98e6 Mon Sep 17 00:00:00 2001
From: Tamas Gal <tgal@km3net.de>
Date: Wed, 1 Apr 2020 15:56:15 +0200
Subject: [PATCH] Cleanup

---
 km3io/tools.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/km3io/tools.py b/km3io/tools.py
index cf390d6..0cf10f9 100644
--- a/km3io/tools.py
+++ b/km3io/tools.py
@@ -107,6 +107,7 @@ class Branch:
         """Slicing magic"""
         if isinstance(item, str):
             return self.__getkey__(item)
+
         return self.__class__(self._tree,
                               self._mapper,
                               index_chain=self._index_chain + [item],
-- 
GitLab