fix: remove unused classify import from superlativesComputer

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
root
2026-03-08 04:43:09 +00:00
parent e709082694
commit 8b8f76bbb8
@@ -2,7 +2,6 @@ import type { EntityId, Relationships, SuperlativesData, SuperlativeEntry } from
import { World } from '../ecs/World.js';
import type { BondRegistry } from './bondRegistry.js';
import { getBonds } from './bondRegistry.js';
import { classify } from './relationshipHelpers.js';
export function computeSuperlatives(world: World, registry: BondRegistry): SuperlativesData {
const npcs = world.query('npcBrain');