split the one command into two for clarity and remove unused imports

This commit is contained in:
Rebeccah
2021-05-12 11:48:40 -04:00
parent 137fedfc9b
commit 779ca8b260
4 changed files with 42 additions and 26 deletions

View File

@@ -14,8 +14,6 @@ import threading
import contextlib
import tempfile
import psutil
import traceback
import sys
from functools import reduce, wraps
from decimal import Decimal