Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zeyu2001 committed Jul 22, 2024
1 parent 1a58434 commit ee9e7e9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/validators/src/url/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@ import { ZodError } from 'zod'
import { fromError } from 'zod-validation-error'

import { OptionsError, UrlValidationError } from '@/url/errors'
import {
defaultOptions,
optionsSchema,
Whitelist,
Options,
} from '@/url/options'
import { defaultOptions, Options, optionsSchema } from '@/url/options'
import { createUrlSchema } from '@/url/schema'

/**
Expand Down

0 comments on commit ee9e7e9

Please sign in to comment.