Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
vinaygaba committed Dec 11, 2024
1 parent 9db4375 commit c710d64
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
package com.airbnb.android.showkase.screenshot.testing.shot

import android.graphics.Bitmap
import android.os.Build
import androidx.annotation.RequiresApi
import com.airbnb.android.showkase.screenshot.testing.ShowkaseScreenshotTest
import com.airbnb.android.showkase.screenshot.testing.ShowkaseScreenshotType
import com.karumi.shot.ScreenshotTest

abstract class ShotShowkaseScreenshotTest : ShowkaseScreenshotTest, ScreenshotTest {

@RequiresApi(Build.VERSION_CODES.O)
override fun onScreenshot(
id: String,
name: String,
Expand Down

0 comments on commit c710d64

Please sign in to comment.