Skip to content

Commit

Permalink
comment out font color library
Browse files Browse the repository at this point in the history
  • Loading branch information
jashlu committed Nov 4, 2024
1 parent e1abe03 commit 8c31b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/social_norms_trees/atomic_mutations.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c31b0a

Please sign in to comment.