Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
vachillo committed Aug 26, 2024
1 parent a6006f0 commit f9881d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions griptape/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@
from .chat import Chat
from .futures import execute_futures_dict, execute_futures_list, execute_futures_list_dict
from .token_counter import TokenCounter
from .dict_utils import (
remove_null_values_in_dict_recursively,
dict_merge,
remove_key_in_dict_recursively,
)
from .dict_utils import remove_null_values_in_dict_recursively, dict_merge, remove_key_in_dict_recursively
from .file_utils import load_file, load_files
from .hash import str_to_hash
from .import_utils import import_optional_dependency
Expand Down
6 changes: 1 addition & 5 deletions tests/unit/utils/test_dict_utils.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
import pytest

from griptape.utils import (
dict_merge,
remove_key_in_dict_recursively,
remove_null_values_in_dict_recursively,
)
from griptape.utils import dict_merge, remove_key_in_dict_recursively, remove_null_values_in_dict_recursively


class TestDictUtils:
Expand Down

0 comments on commit f9881d0

Please sign in to comment.