chore: removed unused imports

This commit is contained in:
2025-11-23 09:04:15 -03:00
parent 2e122dbcb1
commit b4d2f9aec9
4 changed files with 5 additions and 5 deletions

View File

@@ -7,8 +7,8 @@ from os import getEnv
import jester
import types, config, prefs, formatters, redis_cache, http_pool, auth, query
import views/[general, about, search, profile, homepage]
import karax/[karaxdsl, vdom]
import views/[general, about, search, homepage]
import karax/[vdom]
import routes/[
preferences, timeline, status, media, search, rss, list, debug,
unsupported, embed, resolver, router_utils, follow]

View File

@@ -1,5 +1,5 @@
# SPDX-License-Identifier: AGPL-3.0-only
import std/[times, macros, htmlgen, options, algorithm, re, logging]
import std/[times, macros, htmlgen, options, algorithm, re]
import std/strutils except escape
import std/unicode except strip
from xmltree import escape

View File

@@ -1,5 +1,5 @@
# SPDX-License-Identifier: AGPL-3.0-only
import strutils, sequtils, uri
import strutils, sequtils
import jester
import router_utils
import ".."/[types]

View File

@@ -1,5 +1,5 @@
# SPDX-License-Identifier: AGPL-3.0-only
import strutils, sequtils, strformat, options, algorithm, uri
import strutils, sequtils, strformat, options, algorithm
import karax/[karaxdsl, vdom, vstyles]
from jester import Request