From 8ad72deeb2dcc34423f2f809798693037f3438a0 Mon Sep 17 00:00:00 2001 From: Christian Hagenest Date: Mon, 8 Jul 2024 17:22:19 +0200 Subject: [PATCH] remove unused imports in rm_accounts.py --- chatmaild/src/chatmaild/rm_accounts.py | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) 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