Skip to content

Commit 1228101

Browse files
committed
flake8
1 parent 501b050 commit 1228101

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spynnaker/pyNN/models/neuron/synapse_dynamics/synapse_dynamics_weight_changable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ def get_weight_mean(self, connector: AbstractConnector,
283283

284284
@overrides(AbstractPlasticSynapseDynamics.get_weight_variance)
285285
def get_weight_variance(
286-
self, connector: AbstractConnector, weights:WEIGHTS,
286+
self, connector: AbstractConnector, weights: WEIGHTS,
287287
synapse_info: SynapseInformation) -> float:
288288
# Because the weights could all be changed to the maximum, the variance
289289
# has to be given as no variance

0 commit comments

Comments
 (0)