diff --git a/chatmaild/src/chatmaild/rm_accounts.py b/chatmaild/src/chatmaild/rm_accounts.py index 1577e5e3..bb018035 100644 --- a/chatmaild/src/chatmaild/rm_accounts.py +++ b/chatmaild/src/chatmaild/rm_accounts.py @@ -1,18 +1,9 @@ -import crypt -import json -import logging -import os import sys import time import shutil from pathlib import Path -from socketserver import ( - StreamRequestHandler, - ThreadingMixIn, - UnixStreamServer, -) -from .config import Config, read_config +from .config import read_config from .database import Database