Skip to content

Commit

Permalink
src: Delete unused requires from uninstall.js
Browse files Browse the repository at this point in the history
  • Loading branch information
DeeDeeG committed Dec 13, 2023
1 parent e3934ad commit afa059b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/uninstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ const async = require('async');
const CSON = require('season');
const yargs = require('yargs');

const auth = require('./auth');
const Command = require('./command');
const config = require('./apm');
const fs = require('./fs');
const request = require('./request');

module.exports =
class Uninstall extends Command {
Expand Down

0 comments on commit afa059b

Please sign in to comment.