remove comment

Signed-off-by: galsalomon66 <gal.salomon@gmail.com>
(cherry picked from commit 60b26f210e)
This commit is contained in:
galsalomon66 2022-10-18 00:37:29 +03:00 committed by Casey Bodley
parent 5eadd6d08c
commit def95c2968

View file

@ -15,7 +15,6 @@ from . import (
import logging
logging.basicConfig(level=logging.INFO)
#TODO the following resolve an issue with python version (should be conditional)
import collections
collections.Callable = collections.abc.Callable