Skip to content

Commit 49a792a

Browse files
refactor(viewmodel): remove unused imports
- Remove unused `android.util.Log` and `androidx.lifecycle.SavedStateHandle` imports from `NewsHomeViewModel`.
1 parent 4f89c1b commit 49a792a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/src/main/java/com/yogiveloper/yonewsai/modules/home_news/presentation/home/NewsHomeViewModel.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
package com.yogiveloper.yonewsai.modules.home_news.presentation.home
22

3-
import android.util.Log
4-
import androidx.lifecycle.SavedStateHandle
53
import androidx.lifecycle.ViewModel
64
import androidx.lifecycle.viewModelScope
75
import com.yogiveloper.yonewsai.core.util.Resource

0 commit comments

Comments
 (0)