Skip to content

Commit

Permalink
removed unused imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaK2905 committed Oct 22, 2023
1 parent ca7172a commit 452a506
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import android.animation.AnimatorInflater
import android.animation.AnimatorSet
import android.content.Context
import android.graphics.Bitmap
import android.graphics.BitmapFactory
import android.graphics.Color
import android.os.Bundle
import android.os.Handler
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package org.hackillinois.android.viewmodel

import android.util.Log
// import android.util.Log
import androidx.lifecycle.LiveData
import androidx.lifecycle.ViewModel
import org.hackillinois.android.database.entity.Attendee
Expand Down

0 comments on commit 452a506

Please sign in to comment.