Skip to content

Commit edc6f99

Browse files
committed
test(objectql): drop unused RESERVED_NAMESPACES import (CodeQL)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GwY68hKVysP98BX7i5eUoE
1 parent d0082d4 commit edc6f99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/objectql/src/registry.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { describe, it, expect, beforeEach, vi } from 'vitest';
2-
import { SchemaRegistry, applySystemFields, reconcileManagedApiMethods, computeFQN, parseFQN, RESERVED_NAMESPACES } from './registry';
2+
import { SchemaRegistry, applySystemFields, reconcileManagedApiMethods, computeFQN, parseFQN } from './registry';
33

44
describe('SchemaRegistry', () => {
55
let registry: SchemaRegistry;

0 commit comments

Comments
 (0)