Skip to content
This repository was archived by the owner on Jan 7, 2021. It is now read-only.

Commit ba21d8c

Browse files
committed
Fixed typo
1 parent 83920df commit ba21d8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ def test_reserved_data_namespace(self):
308308
reserved data namespaces.
309309
"""
310310
# Pull the object we'll deface
311-
obj = self.private_client.documents.get((self.editable_document)
311+
obj = self.private_client.documents.get(self.editable_document)
312312
black_list = [
313313
'person', 'organization', 'place', 'term', 'email', 'phone',
314314
'city', 'state', 'country', 'title', 'description', 'source',

0 commit comments

Comments
 (0)