Skip to content

Commit

Permalink
refactor: 불필요한 import 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunji1203 committed Sep 14, 2023
1 parent 22c4907 commit a334efa
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ import com.now.domain.model.PlatformAuth
import com.now.domain.repository.AuthRepository
import com.now.naaga.data.local.AuthDataSource
import com.now.naaga.data.mapper.toDto
import com.now.naaga.data.remote.retrofit.ServicePool
import com.now.naaga.data.remote.retrofit.ServicePool.authService
import com.now.naaga.data.remote.retrofit.fetchResponse
import com.now.naaga.util.getValueOrThrow
import kotlinx.coroutines.CoroutineDispatcher
import kotlinx.coroutines.Dispatchers
Expand Down

0 comments on commit a334efa

Please sign in to comment.