Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaquier Aurélien Tristan committed Aug 5, 2024
1 parent a9228d8 commit 4d53392
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bluepyefe/extract.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

def cells_pickle_output_path(output_directory):
"""Returns the cells.pkl output file path
Args:
output_directory (Path): the output directory
"""
Expand All @@ -54,7 +54,7 @@ def cells_pickle_output_path(output_directory):

def protocols_pickle_output_path(output_directory):
"""Returns the protocols.pkl output file path
Args:
output_directory (Path): the output directory
"""
Expand Down

0 comments on commit 4d53392

Please sign in to comment.