Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dcd9c5c4 authored by David Luhmer's avatar David Luhmer
Browse files

optimize imports

parent e549a167
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -19,8 +19,6 @@

package com.nextcloud.android.sso.aidl;

import android.support.annotation.VisibleForTesting;

import java.io.Serializable;
import java.util.HashMap;
import java.util.List;
+0 −1
Original line number Diff line number Diff line
@@ -9,7 +9,6 @@ import retrofit2.Call;
import retrofit2.http.Body;
import retrofit2.http.DELETE;
import retrofit2.http.GET;
import retrofit2.http.HTTP;
import retrofit2.http.Header;
import retrofit2.http.Headers;
import retrofit2.http.PATCH;