]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/python/notmuch/__init__.py
pep8 fixes
[notmuch] / bindings / python / notmuch / __init__.py
index 539afedfe305bdfa2000592b166647eba9700142..f3ff98745c07a9a69927702f13cbd7f261e59b22 100644 (file)
@@ -69,7 +69,7 @@ from notmuch.globals import (
     TagTooLongError,
     UnbalancedFreezeThawError,
     UnbalancedAtomicError,
-    NotInitializedError
+    NotInitializedError,
 )
 from notmuch.version import __VERSION__
 __LICENSE__ = "GPL v3+"