mirror of
https://github.com/chatmail/relay.git
synced 2026-05-13 17:34:38 +00:00
remove unused imports in rm_accounts.py
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user