Skip to content

Commit

Permalink
Mod: Rename type_checks to type_guards.
Browse files Browse the repository at this point in the history
  • Loading branch information
Labbeti committed May 28, 2024
1 parent 29d0b5a commit 5d889d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aac_datasets/datasets/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
from typing_extensions import TypeGuard

from aac_datasets.utils.collections import dict_list_to_list_dict
from aac_datasets.utils.type_checks import (
from aac_datasets.utils.type_guards import (
is_iterable_bool,
is_iterable_int,
is_iterable_str,
Expand Down
File renamed without changes.

0 comments on commit 5d889d2

Please sign in to comment.