Skip to content

Commit

Permalink
Fix lint, take 3 (delete more code)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ace Nassri committed Nov 21, 2022
1 parent ff109be commit 9d2474d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions compute/test/creatingManagingWindows.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ const {assert} = require('chai');
const {generateTestId, getStaleVMInstances, deleteInstance} = require('./util');

const instancesClient = new compute.InstancesClient();
const firewallsClient = new compute.FirewallsClient();
const routesClient = new compute.RoutesClient();
const globalOperationsClient = new compute.GlobalOperationsClient();

const execSync = cmd => cp.execSync(cmd, {encoding: 'utf-8'});

Expand Down

0 comments on commit 9d2474d

Please sign in to comment.