From 737f3ff198c6f51eb6e005a8a27a2611724bc38b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=A4felfinger?= Date: Thu, 27 Oct 2022 23:06:07 +0200 Subject: [PATCH] fixes some namespaces --- src/Piwigo.Client/Images/IImageApi.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/Piwigo.Client/Images/IImageApi.cs b/src/Piwigo.Client/Images/IImageApi.cs index d9503b0..9186a7d 100644 --- a/src/Piwigo.Client/Images/IImageApi.cs +++ b/src/Piwigo.Client/Images/IImageApi.cs @@ -1,5 +1,3 @@ -using Piwigo.Client.Session; - namespace Piwigo.Client.Images; public interface IImageApi @@ -107,7 +105,7 @@ public interface IImageApi /// Deletes the given image from the server. /// /// the image id to delete - /// The API token that can be read from + /// The API token that can be read from /// /// /// @@ -117,7 +115,7 @@ public interface IImageApi /// /// Deletes a block of orphaned images from the server and returns the number of remaining orphans. /// - /// The API token that can be read from + /// The API token that can be read from /// Number of orphaned images to delete in this call /// ///