Skip to content

Commit

Permalink
fix(cli): remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
juice49 committed Feb 12, 2024
1 parent c645fea commit 8d878ad
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import {type CliCommandContext, type CliV3CommandContext} from '@sanity/cli'
import {type CliCommandContext} from '@sanity/cli'
import path from 'path'
import readPkgUp from 'read-pkg-up'
import {isModernCliConfig} from '../../util/isModernCliConfig'
import {createSchema} from 'sanity'
import {isMainThread, Worker} from 'worker_threads'

import {isModernCliConfig} from '../../util/isModernCliConfig'
import {
type ResolvedGraphQLAPI,
type ResolvedSourceProperties,
Expand Down

0 comments on commit 8d878ad

Please sign in to comment.