Skip to content

Commit 00f4402

Browse files
style: auto-format with black and isort
1 parent 772ba38 commit 00f4402

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

experanto/interpolators.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
logger = logging.getLogger(__name__)
2121

22+
2223
def resolve_neuron_indices(neuron_ids, neuron_indices, unit_ids, n_signals):
2324
if neuron_ids is None and neuron_indices is None:
2425
return None

0 commit comments

Comments
 (0)