Skip to content

Commit

Permalink
Moved import to top of file
Browse files Browse the repository at this point in the history
  • Loading branch information
Lennart Regebro committed Oct 11, 2024
1 parent 1f6a134 commit 7f6ba7d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/unoserver/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
import sys
import tempfile
import threading
import time
import platform
import xmlrpc.server
from importlib import metadata
Expand Down Expand Up @@ -59,8 +60,6 @@ def __init__(
self.intentional_exit = False

def start(self, executable="libreoffice"):
import time

logger.info(f"Starting unoserver {__version__}.")

connection = (
Expand Down

0 comments on commit 7f6ba7d

Please sign in to comment.