Remove uneeded import

This commit is contained in:
VirtuBox
2019-07-29 04:10:47 +02:00
parent b85a81ad8d
commit 0d4bf8a4f2
12 changed files with 3 additions and 22 deletions

View File

@@ -1,10 +1,8 @@
"""WordOps Service Manager"""
import os
import sys
import subprocess
from subprocess import Popen
from wo.core.logging import Log
import pystache
class WOService():