remove unused import

This commit is contained in:
Trevor Johnston 2019-01-17 16:27:04 -05:00
parent f11ede88b6
commit bcc9fd60b1

View file

@ -13,8 +13,6 @@
// limitations under the License.
import * as prometheus from 'prom-client';
import {Clock} from '../infrastructure/clock';
import * as follow_redirects from '../infrastructure/follow_redirects';
import {JsonConfig} from '../infrastructure/json_config';