Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tcezard committed Jun 15, 2017
1 parent f9e848e commit 5446ee8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions pyclarity_lims/entities.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
DimensionDescriptor, IntegerDescriptor, \
InputOutputMapList, LocationDescriptor, IntegerAttributeDescriptor, \
StringAttributeDescriptor, EntityListDescriptor, StringListDescriptor, PlacementDictionaryDescriptor, \
ReagentLabelList, AttributeListDescriptor, StringDictionaryDescriptor, OutputPlacementListDescriptor, \
OutputPlacementList
ReagentLabelList, AttributeListDescriptor, StringDictionaryDescriptor, OutputPlacementListDescriptor
try:
from urllib.parse import urlsplit, urlparse, parse_qs, urlunparse
except ImportError:
Expand Down
1 change: 0 additions & 1 deletion tests/test_entities.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,6 @@ def test_create(self):
</inputs>
</stp:step-creation>
'''

assert elements_equal(ElementTree.fromstring(patch_post.call_args_list[0][1]['data']), ElementTree.fromstring(data))

def test_parse_entity(self):
Expand Down

0 comments on commit 5446ee8

Please sign in to comment.