Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

Commit

Permalink
⚡️ Clean up unnused inports
Browse files Browse the repository at this point in the history
  • Loading branch information
trickypr committed Sep 28, 2021
1 parent 2bb51da commit 2571003
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/commands/import-patches.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import { writeFileSync } from 'fs'
import { sync } from 'glob'
import { resolve } from 'path'
import { bin_name, log } from '..'
import { log } from '..'
import { SRC_DIR } from '../constants'
import Patch, { ManualPatch, PatchFile } from '../controllers/patch'
import { ManualPatch, PatchFile } from '../controllers/patch'
import manualPatches from '../manual-patches'
import { patchCountFile } from '../middleware/patch-check'
import { delay, dispatch, walkDirectory } from '../utils'
import { delay, walkDirectory } from '../utils'

const importManual = async (minimal?: boolean, noIgnore?: boolean) => {
log.info(`Applying ${manualPatches.length} manual patches...`)
Expand Down

0 comments on commit 2571003

Please sign in to comment.