Skip to content

Commit 1ef3d9b

Browse files
committed
Fix style
1 parent 50167d9 commit 1ef3d9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/preserve-namespaces/preserve-namespaces.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def assertContainsUserNamespace(filename):
1616
lineCount += 1
1717
found = doc_beginning_excerpt.rfind("xmlns:user=")
1818
print(doc_beginning_excerpt[found:found+10])
19-
assert(found >= 0)
19+
assert (found >= 0)
2020

2121

2222
############################################################

0 commit comments

Comments
 (0)