Skip to content

Commit 5ae8781

Browse files
committed
delete :: import
1 parent e93436d commit 5ae8781

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/main/kotlin/dsm/pick2024/domain/timetable/service/QueryTimetableService.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import dsm.pick2024.infrastructure.s3.FileUtil
99
import org.springframework.stereotype.Service
1010
import org.springframework.transaction.annotation.Transactional
1111
import java.time.LocalDate
12-
import java.time.ZoneId
1312

1413
@Service
1514
class QueryTimetableService(

src/main/kotlin/dsm/pick2024/domain/timetable/service/QueryWeekTimetableService.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import dsm.pick2024.infrastructure.s3.FileUtil
99
import org.springframework.stereotype.Service
1010
import org.springframework.transaction.annotation.Transactional
1111
import java.time.LocalDate
12-
import java.time.ZoneId
1312
import java.time.DayOfWeek
1413

1514
@Service

0 commit comments

Comments
 (0)