Skip to content
Snippets Groups Projects
Commit 76ee5e1e authored by pkupczyk's avatar pkupczyk
Browse files

SP-390 / CCS-9 : Improvements to the BaSynthec Integrated Strain Browser - remove unused constants

SVN: 27835
parent 5c32c6da
No related branches found
No related tags found
No related merge requests found
......@@ -8,8 +8,6 @@ import shutil
FIELD_ID = 'id'
FIELD_PREDICTIONS = 'predictions'
FIELD_PHENOTYPES = 'phenotypes'
FIELD_HAS_PREDICTIONS = 'hasPredictions'
FIELD_HAS_PHENOTYPES = 'hasPhenotypes'
def loadDataFromServer(serverUrl):
url = urllib.urlopen(serverUrl)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment