From 91331a36678bb82606c45f053565aa2ce719b664 Mon Sep 17 00:00:00 2001
From: zineb aly <aly.zineb.az@gmail.com>
Date: Sun, 17 Nov 2019 22:38:38 +0100
Subject: [PATCH] adapted Aanet to pep8

---
 km3io/aanet.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/km3io/aanet.py b/km3io/aanet.py
index 5f771ea..4e5317a 100644
--- a/km3io/aanet.py
+++ b/km3io/aanet.py
@@ -45,7 +45,8 @@ class AanetReader:
             branches are not read.
         """
         if key not in self.keys() and not isinstance(key, int):
-            raise KeyError("'{}' is not a valid key or is a fake branch.".format(key))
+            raise KeyError(
+                "'{}' is not a valid key or is a fake branch.".format(key))
         return self.lazy_data[key]
 
     def __len__(self):
-- 
GitLab