Skip to content

Commit

Permalink
black doing its thing
Browse files Browse the repository at this point in the history
  • Loading branch information
Santiago Balestrini committed Sep 20, 2021
1 parent 36fe48f commit cca6ab3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/pymbe/interpretation/interp_playbooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -655,9 +655,7 @@ def random_generator_playbook_phase_5(
):
instances_dict[connector_end._id] = [
connector_sequences[idx]
+ connected_feature_sequence[
connector_end_indeces[idx]
][1:]
+ connected_feature_sequence[connector_end_indeces[idx]][1:]
for idx in range(min(len(connector_sequences), max_side))
]
for idx in range(len(connector_sequences) - max_side):
Expand Down

0 comments on commit cca6ab3

Please sign in to comment.