Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkent committed Jun 17, 2024
1 parent e9235e5 commit 815ccc2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion store/neurostore/ingest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,6 @@ def get_base_study(metadata_row):
return created_bs[0]
return BaseStudy.query.filter_by(pmid=pmid).one_or_none()


def merge_base_studies(base_studies, doi, pmid):
if doi is None:
source_base_study = next(
Expand Down

0 comments on commit 815ccc2

Please sign in to comment.