remove comment

Signed-off-by: galsalomon66 <gal.salomon@gmail.com>
This commit is contained in:
galsalomon66 2022-10-18 00:37:29 +03:00
parent b200013565
commit 60b26f210e

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