Fix Notebook Convert namespace (#1097)

This commit is contained in:
Charles Gagnon
2020-10-16 12:27:54 -07:00
committed by GitHub
parent 1a0388c8cb
commit b64d5a3146
2 changed files with 2 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ using Microsoft.SqlTools.ServiceLayer.ServerConfigurations;
using Microsoft.SqlTools.ServiceLayer.SqlAssessment;
using Microsoft.SqlTools.ServiceLayer.SqlContext;
using Microsoft.SqlTools.ServiceLayer.Workspace;
using Microsoft.SqlTools.ServiceLayer.NotebookConvert;
namespace Microsoft.SqlTools.ServiceLayer
{