From fefd990d892825f1816d8e22a7b20c15fe9a9608 Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Tue, 3 Dec 2024 10:19:00 -0500 Subject: [PATCH] Remove unnecessary line --- lib/nntp/tiny/server.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/nntp/tiny/server.py b/lib/nntp/tiny/server.py index 1b4e0f8..3aee70e 100644 --- a/lib/nntp/tiny/server.py +++ b/lib/nntp/tiny/server.py @@ -4,7 +4,6 @@ import threading from configparser import ConfigParser -from nntp.tiny.config import Config from nntp.tiny.db import Database from nntp.tiny.newsgroup import Newsgroup from nntp.tiny.session import Session