Skip to content

Commit

Permalink
fix(validator): remove an unused expression
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadhonarvar committed Apr 25, 2023
1 parent 87ceddf commit d1fe2b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/validator/src/validator.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {UnicodeDigits, isNumber, type UnicodeLangKeys} from '@alwatr/math';
import {UnicodeDigits, isNumber} from '@alwatr/math';

import type {JsonSchema} from './type.js';
import type {Stringifyable, StringifyableRecord} from '@alwatr/type';
Expand Down

0 comments on commit d1fe2b4

Please sign in to comment.