aboutsummaryrefslogtreecommitdiff
path: root/wqflask/base/trait.py
diff options
context:
space:
mode:
authorzsloan2016-10-25 16:48:54 +0000
committerzsloan2016-10-25 16:48:54 +0000
commit684f461b815e3920419874fccb036c359cae35d8 (patch)
treeab9cd7955e02c1b66a0e68eebe59b52ed9ce96bf /wqflask/base/trait.py
parente67129ad901bb2af29f4f00ba5d4d5b9b94ae705 (diff)
downloadgenenetwork2-684f461b815e3920419874fccb036c359cae35d8.tar.gz
Just removed some extraneous spaces in trait.py
Diffstat (limited to 'wqflask/base/trait.py')
-rw-r--r--wqflask/base/trait.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/wqflask/base/trait.py b/wqflask/base/trait.py
index 358138f5..276c624a 100644
--- a/wqflask/base/trait.py
+++ b/wqflask/base/trait.py
@@ -78,7 +78,7 @@ class GeneralTrait(object):
"""Return a dict suitable for using as json
Actual turning into json doesn't happen here though"""
-
+
if self.dataset.type == "ProbeSet":
return dict(name=self.name,
symbol=self.symbol,
@@ -108,7 +108,7 @@ class GeneralTrait(object):
)
else:
return dict()
-
+
def get_name(self):
stringy = ""