chore(detekt): enable UnusedImports rule

This commit is contained in:
andrekir 2024-08-31 09:00:15 -03:00
parent 61030019f6
commit 300904d337
3 changed files with 1 additions and 3 deletions

View file

@ -2,7 +2,6 @@ package com.geeksville.mesh.database.entity
import androidx.room.ColumnInfo
import androidx.room.Entity
import androidx.room.Index
import androidx.room.PrimaryKey
@Entity(tableName = "quick_chat")