From 8d441f49807c2e5440dc8fcd6cae68403dffa90a Mon Sep 17 00:00:00 2001
From: dh00601 <dh00601@surrey.ac.uk>
Date: Sat, 25 Sep 2021 14:20:18 +0100
Subject: [PATCH] small cheengs

---
 binarycpython/utils/functions.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/binarycpython/utils/functions.py b/binarycpython/utils/functions.py
index c4abbc8b0..a19d62a52 100644
--- a/binarycpython/utils/functions.py
+++ b/binarycpython/utils/functions.py
@@ -71,7 +71,6 @@ def conv_time_units(t):
         units='h';
     return (t, units)
 
-
 class AutoVivificationDict(dict):
     """
     Implementation of perl's autovivification feature, by overriding the
-- 
GitLab