Skip to content

Commit

Permalink
moved android and androidx imports to top to make this stupid linter …
Browse files Browse the repository at this point in the history
…happy
  • Loading branch information
AdityaK2905 committed Feb 16, 2025
1 parent 60e0eb2 commit 9868818
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package org.hackillinois.android.viewmodel

import android.util.Log
import androidx.lifecycle.*
import kotlin.Exception
import kotlinx.coroutines.launch
import android.util.Log
import androidx.lifecycle.*
import org.hackillinois.android.App
import org.hackillinois.android.database.entity.*
import org.hackillinois.android.model.event.EventsList
Expand Down

0 comments on commit 9868818

Please sign in to comment.