For example, when @ank1m and I were looking through the modules, it appeared that this function,
|
def _get_output_bounding_box(input_items: list[Item]) -> list[float]: |
,
is not being used and can be removed. This issue is intended for us to check for other instances of unused code, to improve the conciseness of the package.
For example, when @ank1m and I were looking through the modules, it appeared that this function,
batchee/batchee/harmony/util.py
Line 78 in b364dbc
is not being used and can be removed. This issue is intended for us to check for other instances of unused code, to improve the conciseness of the package.