Skip to content

Commit

Permalink
remove unused code that causes flake8 failure
Browse files Browse the repository at this point in the history
  • Loading branch information
apdavison committed Sep 28, 2023
1 parent 30293d2 commit ba624b4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pyNN/arbor/standardmodels.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,13 +293,6 @@ def can_record(self, variable, location=None):
def receptor_types(self):
return self.post_synaptic_entities.keys()

@property
def model(self):
return type(self.label,
(NeuronTemplate,),
{"ion_channels": self.ion_channels,
"post_synaptic_entities": self.post_synaptic_entities})


class CondExpPostSynapticResponse(receptors.CondExpPostSynapticResponse):

Expand Down

0 comments on commit ba624b4

Please sign in to comment.