Skip to content
Snippets Groups Projects
Verified Commit b856a630 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

STY: autopep8'ed

parent 65e84bd8
Branches
Tags
No related merge requests found
...@@ -740,7 +740,7 @@ def test_overridden_datatype(): ...@@ -740,7 +740,7 @@ def test_overridden_datatype():
rt.add_property("TestProperty", datatype=c.LIST(c.TEXT)) rt.add_property("TestProperty", datatype=c.LIST(c.TEXT))
rt.insert() rt.insert()
rt.description="Updated TestRT" rt.description = "Updated TestRT"
rt.update() rt.update()
# retrieve the old version (cache flag must be set to "false") # retrieve the old version (cache flag must be set to "false")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment