Skip to content

Commit 2a38fad

Browse files
committed
remove random comment
1 parent 08e268e commit 2a38fad

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/python_testing/TC_DeviceBasicComposition.py

-3
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@
3636
find_tree_roots, get_all_children, get_direct_children_of_root, parts_list_cycles,
3737
separate_endpoint_types)
3838

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

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

0 commit comments

Comments
 (0)