Skip to content

Commit d0af749

Browse files
yongsk0066claude
andcommitted
fix: Remove unused import to resolve linting error
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 65d256f commit d0af749

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/qr-encode/encoding/dataEncoding.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { A, pipe } from '@mobily/ts-belt';
1+
import { pipe } from '@mobily/ts-belt';
22
import type { QRMode, QRVersion, DataAnalysisResult, ErrorCorrectionLevel } from '../../shared/types';
33
import { MODE_INDICATORS, ALPHANUMERIC_CHARS, DATA_CAPACITY_TABLE } from '../../shared';
44
import { getCharacterCountBits } from '../analysis/dataAnalysis';

0 commit comments

Comments
 (0)