Skip to content

Commit

Permalink
remove unused line from get_assaytype
Browse files Browse the repository at this point in the history
  • Loading branch information
NickAkhmetov committed Dec 19, 2023
1 parent 7e8b655 commit 68685c6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/test_builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ def get_assaytype(entity):
if uuid is None:
return default_assaytype
assay = json.loads(assaytypes_path.joinpath(f'{uuid}.json').read_text())
if assay is None:
return default_assaytype
return assay


Expand Down

0 comments on commit 68685c6

Please sign in to comment.