This is an automated email from the ASF dual-hosted git repository.
riemer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git
The following commit(s) were added to refs/heads/dev by this push:
new 02a77a308a fix: Remove unused import
02a77a308a is described below
commit 02a77a308a8f9639a1b872a4d2dbc2c17a3308ff
Author: Dominik Riemer <[email protected]>
AuthorDate: Wed Nov 26 09:24:38 2025 +0100
fix: Remove unused import
---
.../connect/components/existing-adapters/existing-adapters.component.ts | 1 -
1 file changed, 1 deletion(-)
diff --git
a/ui/src/app/connect/components/existing-adapters/existing-adapters.component.ts
b/ui/src/app/connect/components/existing-adapters/existing-adapters.component.ts
index 91c545de62..5720d7cd47 100644
---
a/ui/src/app/connect/components/existing-adapters/existing-adapters.component.ts
+++
b/ui/src/app/connect/components/existing-adapters/existing-adapters.component.ts
@@ -46,7 +46,6 @@ import { SpConnectRoutes } from '../../connect.routes';
import { Subscription } from 'rxjs';
import { ShepherdService } from '../../../services/tour/shepherd.service';
import { TranslateService } from '@ngx-translate/core';
-import { UserRole } from 'src/app/_enums/user-role.enum';
@Component({
selector: 'sp-existing-adapters',