wip: remove unused imports, close #10555
This commit is contained in:
parent
31e4e0b75a
commit
9911df12af
2 changed files with 1 additions and 2 deletions
|
@ -37,7 +37,7 @@ import {
|
|||
UserSecurityKeys,
|
||||
} from "../index.js";
|
||||
import type { Instance } from "../entities/instance.js";
|
||||
import { userByIdCache, userDenormalizedCache } from "@/services/user-cache.js";
|
||||
import { userDenormalizedCache } from "@/services/user-cache.js";
|
||||
|
||||
const userInstanceCache = new Cache<Instance | null>(
|
||||
"userInstance",
|
||||
|
|
|
@ -30,7 +30,6 @@ import { truncate } from "@/misc/truncate.js";
|
|||
import { StatusError } from "@/misc/fetch.js";
|
||||
import {
|
||||
uriPersonCache,
|
||||
userByIdCache,
|
||||
userDenormalizedCache,
|
||||
} from "@/services/user-cache.js";
|
||||
import { publishInternalEvent } from "@/services/stream.js";
|
||||
|
|
Loading…
Reference in a new issue