Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dbirman committed Oct 24, 2024
1 parent 1c2b7e0 commit 691acf3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/aind_data_access_api/helpers/docdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ def get_id_from_name(

if len(records) > 1:
print(
"Warning: multiple records share the name {name}, only the first record will be returned."
"Warning: multiple records share the name {name}, ",
"only the first record will be returned.",
)

if len(records) > 0:
Expand Down

0 comments on commit 691acf3

Please sign in to comment.