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
///
///