Skip to content

Commit c48ca3f

Browse files
committed
style :: lint
1 parent 28b9082 commit c48ca3f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/main/kotlin/dsm/pick2024/domain/attendance/service/QueryClassAttendanceService.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,14 @@ import dsm.pick2024.domain.attendance.exception.InvalidPeriodException
66
import dsm.pick2024.domain.attendance.port.`in`.QueryClassAttendanceUseCase
77
import dsm.pick2024.domain.attendance.port.out.QueryAttendancePort
88
import dsm.pick2024.domain.attendance.presentation.dto.response.QueryAttendanceResponse
9-
import dsm.pick2024.domain.classroom.port.`in`.ClassroomFinderUseCase
109
import dsm.pick2024.domain.classroom.port.out.QueryClassroomPort
11-
import org.springframework.dao.EmptyResultDataAccessException
1210
import org.springframework.stereotype.Service
1311
import org.springframework.transaction.annotation.Transactional
1412

1513
@Service
1614
class QueryClassAttendanceService(
1715
private val queryAttendancePort: QueryAttendancePort,
18-
private val queryClassroomPort: QueryClassroomPort,
16+
private val queryClassroomPort: QueryClassroomPort
1917
) : QueryClassAttendanceUseCase {
2018

2119
@Transactional(readOnly = true)

0 commit comments

Comments
 (0)