]> git.phdru.name Git - m_librarian.git/blobdiff - m_librarian/db.py
Fix flake8 E305: expected 2 blank lines after function
[m_librarian.git] / m_librarian / db.py
index 42735afe8f3b9b2fa1c12b1a90d2b72ddcda9be1..628675ef1e2c9d3ce4573ba1240b542784d5e499 100755 (executable)
@@ -225,5 +225,6 @@ def test():
     print("DB dirs:", db_dirs)
     print("DB URI:", find_sqlite_dburi())
 
+
 if __name__ == '__main__':
     test()