diff --git a/src/faction/faction.dto.ts b/src/faction/faction.dto.ts
index c11e9cc399c5f9d9f0b2c80aef32a26153561b90..1db90ceedeafb78cd9068da1ae834820382f33d3 100644
--- a/src/faction/faction.dto.ts
+++ b/src/faction/faction.dto.ts
@@ -10,7 +10,6 @@ import { GameEntity } from '../game/game.entity';
 import { RoleValidation } from '../shared/custom-validation';
 import { GameDTO } from '../game/game.dto';
 import { FactionEntity, GameGroupEntity } from './faction.entity';
-import { PersonEntity } from 'src/user/user.entity';
 
 export class FactionDTO {
   @IsString()