Skip to content

Commit

Permalink
remove random comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cecille committed Feb 9, 2024
1 parent 08e268e commit 2a38fad
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/python_testing/TC_DeviceBasicComposition.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@
find_tree_roots, get_all_children, get_direct_children_of_root, parts_list_cycles,
separate_endpoint_types)

# The above code is importing various classes from the "ClusterObjects" module and assigning them to
# variables. These classes are likely used for creating and managing clusters of objects in a program.


def check_int_in_range(min_value: int, max_value: int, allow_null: bool = False) -> Callable:
"""Returns a checker for whether `obj` is an int that fits in a range."""
Expand Down

0 comments on commit 2a38fad

Please sign in to comment.