Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ilkilic committed Jun 5, 2024
1 parent 76c849f commit fb17d33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bluepyemodel/access_point/nexus.py
Original file line number Diff line number Diff line change
Expand Up @@ -1010,7 +1010,6 @@ def download_trace(self, id_=None, id_legacy=None, name=None):
if resource:
return access_point.resource_location(resource, self.download_directory)[0]


raise ValueError(f"No matching resource for {id_} {name}")

def get_mechanisms_directory(self):
Expand Down

0 comments on commit fb17d33

Please sign in to comment.