From e09cdd516228d59d981909964d688d15024a6d96 Mon Sep 17 00:00:00 2001 From: David Mehren Date: Mon, 17 Jan 2022 11:58:23 +0100 Subject: [PATCH] style(note-metadata): remove unused imports Signed-off-by: David Mehren --- src/notes/note-permissions.dto.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/notes/note-permissions.dto.ts b/src/notes/note-permissions.dto.ts index 99922f48a..e2d0efdad 100644 --- a/src/notes/note-permissions.dto.ts +++ b/src/notes/note-permissions.dto.ts @@ -12,9 +12,6 @@ import { ValidateNested, } from 'class-validator'; -import { GroupInfoDto } from '../groups/group-info.dto'; -import { UserInfoDto } from '../users/user-info.dto'; - export class NoteUserPermissionEntryDto { /** * Username of the User this permission applies to