Skip to content

Commit

Permalink
[fix] unused Suppress (TooGenericExceptionCaught)
Browse files Browse the repository at this point in the history
  • Loading branch information
rustamsafarovrs committed Jun 25, 2024
1 parent 7b60db9 commit 5c3fef0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import javax.inject.Singleton
*/

@Singleton
@Suppress("TooGenericExceptionCaught")
class RegionRepository
@Inject constructor(
private val api: Api,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import javax.inject.Singleton
*/

@Singleton
@Suppress("TooGenericExceptionCaught")
class TimingRepository
@Inject constructor(
private val api: Api,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import javax.inject.Singleton
*/

@Singleton
@Suppress("TooGenericExceptionCaught")
class UserRepository
@Inject constructor(
private val api: Api,
Expand Down

0 comments on commit 5c3fef0

Please sign in to comment.