Skip to content

Commit

Permalink
G3-495 version udpate, clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
francastell committed Nov 11, 2024
1 parent cc4d5a4 commit 1201d21
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "geneweaver-legacy"
version = "1.5.1"
version = "1.5.2"
description = ""
authors = ["Alexander Berger <[email protected]>"]
readme = "README.md"
Expand Down
1 change: 0 additions & 1 deletion src/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -2791,7 +2791,6 @@ def format_str_threshold_value(geneset: dict) -> str:
returns
a string representation of the threshold value
"""
print (geneset)
response = None
type = geneset.threshold_type

Expand Down

0 comments on commit 1201d21

Please sign in to comment.