diff --git a/AzureFunction/GoogleStorageController.cs b/AzureFunction/GoogleStorageController.cs index 8e6b418..9da4955 100644 --- a/AzureFunction/GoogleStorageController.cs +++ b/AzureFunction/GoogleStorageController.cs @@ -1,6 +1,4 @@ -using Google.Apis.Auth.OAuth2; -using Google.Cloud.BigQuery.V2; -using Google.Apis.Http; +using Google.Cloud.BigQuery.V2; namespace OSAFeedXML { diff --git a/Migration/Services/IDataverseProvider.cs b/Migration/Services/IDataverseProvider.cs index 170ff8c..4283581 100644 --- a/Migration/Services/IDataverseProvider.cs +++ b/Migration/Services/IDataverseProvider.cs @@ -1,6 +1,4 @@ -using Migration.Settings; - -namespace Migration.Services; +namespace Migration.Services; public interface IDataverseProvider { Uri Url { get; }