From 8c31b0a44880a41b63b302a0bdfcce0bf3050384 Mon Sep 17 00:00:00 2001 From: Josh Date: Mon, 4 Nov 2024 13:05:34 -0500 Subject: [PATCH] comment out font color library --- src/social_norms_trees/atomic_mutations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/social_norms_trees/atomic_mutations.py b/src/social_norms_trees/atomic_mutations.py index 9a08cad..226d115 100644 --- a/src/social_norms_trees/atomic_mutations.py +++ b/src/social_norms_trees/atomic_mutations.py @@ -4,7 +4,7 @@ import logging from types import GenericAlias from typing import Callable, List, Mapping, NamedTuple, Tuple, TypeVar, Union, Dict -from colorama import Fore, Back, Style +# from colorama import Fore, Back, Style import click import py_trees