From fff5c62b42f3cc593cfa3ea99668bb668ad9b35c Mon Sep 17 00:00:00 2001 From: belerico Date: Tue, 7 Apr 2020 18:10:23 +0200 Subject: [PATCH] Fix python2.7 compatibility --- py_asciimath/utils/log.py | 1 - 1 file changed, 1 deletion(-) diff --git a/py_asciimath/utils/log.py b/py_asciimath/utils/log.py index 3839ea6..a370b7c 100644 --- a/py_asciimath/utils/log.py +++ b/py_asciimath/utils/log.py @@ -12,7 +12,6 @@ unicode_literals, ) -from builtins import filter from collections import OrderedDict from functools import wraps from inspect import getcallargs