Removed extra file

This commit is contained in:
Luke Hagar
2024-09-16 18:53:32 +00:00
parent fe1cd8c7e4
commit bb34cb3d87

View File

@@ -1,26 +0,0 @@
/*
* Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
*/
package lukehagar.plexapi.plexapi.hooks;
//
// This file is written once by speakeasy code generation and
// thereafter will not be overwritten by speakeasy updates. As a
// consequence any customization of this class will be preserved.
//
public final class SDKHooks {
private SDKHooks() {
// prevent instantiation
}
public static final void initialize(lukehagar.plexapi.plexapi.utils.Hooks hooks) {
// register hooks here
// for more information see
// https://www.speakeasyapi.dev/docs/additional-features/sdk-hooks
}
}