Import cleanup

This commit is contained in:
2023-01-29 00:06:52 -06:00
parent bd6076b4e7
commit b8306a9c4d
12 changed files with 25 additions and 16 deletions

View File

@@ -1,5 +1,8 @@
# Python imports
import os, threading, subprocess, time
import os
import threading
import subprocess
import time
# Lib imports
import gi
@@ -10,6 +13,8 @@ from gi.repository import Gtk
from plugins.plugin_base import PluginBase
# NOTE: Threads WILL NOT die with parent's destruction.
def threaded(fn):
def wrapper(*args, **kwargs):