chore: remove redundant suppressions

This commit is contained in:
Harsh Shandilya 2023-05-05 00:28:59 +05:30
parent def9786736
commit a188ad3f72
No known key found for this signature in database

View file

@ -17,7 +17,6 @@ internal object SSHKeyUtils {
Regex("END .* PRIVATE KEY").containsMatchIn(lines.last())
}
@Suppress("BlockingMethodInNonBlockingContext")
suspend fun getOrCreateWrappedPrivateKeyFile(
context: Context,
requiresAuthentication: Boolean,
@ -36,7 +35,6 @@ internal object SSHKeyUtils {
}
}
@Suppress("BlockingMethodInNonBlockingContext")
private suspend fun getOrCreateWrappingMasterKey(
context: Context,
requireAuthentication: Boolean