Remove sqlops referece from server reports extension (#7212)

This commit is contained in:
Karl Burtram
2019-09-13 20:43:59 -07:00
committed by GitHub
parent 209d7e48d8
commit fa6c52699e
2 changed files with 8 additions and 1 deletions

View File

@@ -5,7 +5,6 @@
'use strict';
import * as sqlops from 'sqlops';
import * as azdata from 'azdata';
import * as Utils from '../utils';
import ControllerBase from './controllerBase';