]> git.phdru.name Git - m_librarian.git/blobdiff - scripts/ml-web.py
Style: Re-group and reorder imports
[m_librarian.git] / scripts / ml-web.py
index 773be00e1cbefd9f007b090c7582087c0a286861..c93b5fd88c2243a4d923d2a795065592e605b417 100755 (executable)
@@ -7,9 +7,9 @@ import webbrowser
 from bottle import thread  # portable import
 
 from m_librarian.db import open_db
-import m_librarian.web.app  # noqa: F401 imported but unused
 from m_librarian.web.server import run_server
 from m_librarian.web.utils import get_lock, close_lock, get_open_port
+import m_librarian.web.app  # noqa: F401 imported but unused
 
 
 def start_browser(port):