]> git.jsancho.org Git - datasette-pytables.git/blobdiff - datasette_pytables/__init__.py
First round of doc improvements
[datasette-pytables.git] / datasette_pytables / __init__.py
index 58fee10364d3fec5c83d5b011579555f8d492712..93f9b89cfa0577b9d4b10215cec6b191c595c3d3 100644 (file)
@@ -251,6 +251,7 @@ class Connection:
         else:
             raise Exception("SQLite queries cannot be executed with this connector")
 
+
 class Row(list):
     def __init__(self, values=None):
         self.labels = []