From 10d8805a9b57322cf4807f558bf47e31acbe47a9 Mon Sep 17 00:00:00 2001 From: George Dang <53052793+gtdang@users.noreply.github.com> Date: Wed, 24 Jul 2024 16:28:36 -0400 Subject: [PATCH] style: flake8 edit --- hnn_core/hnn_io.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hnn_core/hnn_io.py b/hnn_core/hnn_io.py index 62eae7c67..e4a4a4948 100644 --- a/hnn_core/hnn_io.py +++ b/hnn_core/hnn_io.py @@ -382,8 +382,8 @@ def _order_drives(gid_ranges, external_drives): def dict_to_network(net_data, - read_drives=True, - read_external_biases=True): + read_drives=True, + read_external_biases=True): """ Converts a dict of network configurations to a Network Parameters