We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50167d9 commit 1ef3d9bCopy full SHA for 1ef3d9b
samples/preserve-namespaces/preserve-namespaces.py
@@ -16,7 +16,7 @@ def assertContainsUserNamespace(filename):
16
lineCount += 1
17
found = doc_beginning_excerpt.rfind("xmlns:user=")
18
print(doc_beginning_excerpt[found:found+10])
19
- assert(found >= 0)
+ assert (found >= 0)
20
21
22
############################################################
0 commit comments