Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
hf-kklein committed May 16, 2024
1 parent d9d9835 commit 7829a7e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/maus/navigation.py
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,9 @@ def determine_locations(
# [SG4, SG8, SG10]-> [SG4,SG12] # two groups up! (leave SG10, leave SG8, then enter sg12)
common_ancestor = _find_common_ancestor_from_sgh(
# pylint:disable=unsubscriptable-object
last(last(result)[1].layers).segment_group_key, this_ahb_line.segment_group_key, segment_group_hierarchy
last(last(result)[1].layers).segment_group_key,
this_ahb_line.segment_group_key,
segment_group_hierarchy,
)
# pylint:disable=unsubscriptable-object
distance_to_common_ancestor = calculate_distance(last(result)[1], common_ancestor)
Expand Down

0 comments on commit 7829a7e

Please sign in to comment.