Skip to content

Commit 64e0f6c

Browse files
author
Danny McCormick
authored
Remove unused imports (#143)
1 parent 9fd358c commit 64e0f6c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/RestClient.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// Copyright (c) Microsoft. All rights reserved.
22
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
33

4-
import * as fs from 'fs';
5-
import * as http from 'http';
64
import httpm = require('./HttpClient');
75
import ifm = require("./Interfaces");
86
import util = require("./Util");

0 commit comments

Comments
 (0)