Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
remove unused cfenv lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
amirbey committed Sep 14, 2018
1 parent f7f2b82 commit 067051b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cloud-foundry-api-client.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
const request = require('request');
const url = require('url');
const CloudFoundryAuthClient = require('./cloud-foundry-auth-client');
const cfenv = require('cfenv');

const STATE_STARTED = 'STARTED';

Expand Down

0 comments on commit 067051b

Please sign in to comment.