Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ilkilic committed Feb 2, 2024
1 parent bfa1ba7 commit d754d45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bluepyefe/cell.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,6 @@ def plot_recordings(self, protocol_name, output_dir=None, show=False):
dirname = pathlib.Path(output_dir) / self.name
_save_fig(dirname, filename)


def plot_all_recordings(self, output_dir=None, show=False):
"""Plot all the recordings of the cell.
Expand Down

0 comments on commit d754d45

Please sign in to comment.