From a9209dc75f8e2ce28115e4064834e67fa4ba143c Mon Sep 17 00:00:00 2001 From: David Hendriks <davidhendriks93@gmail.com> Date: Mon, 10 May 2021 20:32:24 +0100 Subject: [PATCH] fixed bug --- binarycpython/utils/functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binarycpython/utils/functions.py b/binarycpython/utils/functions.py index bad162d60..935256e48 100644 --- a/binarycpython/utils/functions.py +++ b/binarycpython/utils/functions.py @@ -1,4 +1,4 @@ - """ +""" Module containing most of the utility functions for the binarycpython package Functions here are mostly functions used in other classes/functions, or -- GitLab