Skip to content

Commit

Permalink
Merge pull request #5279 from theCuriousOne/unnecessary_import
Browse files Browse the repository at this point in the history
fix: remove constants import from VersionCheck (not needed)
  • Loading branch information
Unitech authored Jan 20, 2022
2 parents 83401b2 + e9485aa commit 07b59d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/VersionCheck.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
var vCheck = require('@pm2/pm2-version-check')
var semver = require('semver')
var fs = require('fs')
var cst = require('../constants.js')
var os = require('os')

function hasDockerEnv() {
Expand Down

0 comments on commit 07b59d8

Please sign in to comment.