Github user davebshow commented on a diff in the pull request:
https://github.com/apache/tinkerpop/pull/790#discussion_r164506631
--- Diff: gremlin-python/src/main/jython/tests/conftest.py ---
@@ -1,4 +1,4 @@
-'''
+"""
--- End diff --
When possible, I try to follow the style guidelines laid out in [PEP
8](https://www.python.org/dev/peps/pep-0008/#string-quotes). Docstrings
specifically relate to [PEP 257](https://www.python.org/dev/peps/pep-0257/).
Gremlin Python wasn't originally written with these guidelines in mind, so
sometimes I make little style fixes in code that I am updating. Maybe not the
best idea, since it doesn't really relate to the PR.
---