Skip to content

Commit

Permalink
Organize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
FloEdelmann committed Jan 2, 2024
1 parent aa8e79f commit 738ead5
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package de.westnordost.streetcomplete.data.user.oauth

import de.westnordost.streetcomplete.data.download.ConnectionException
import de.westnordost.streetcomplete.data.user.AuthorizationException
import kotlinx.serialization.encodeToString
import kotlinx.serialization.json.Json
import java.net.URI
Expand All @@ -12,7 +10,6 @@ import kotlin.test.Test
import kotlin.test.assertEquals
import kotlin.test.assertFailsWith
import kotlin.test.assertFalse
import kotlin.test.assertNotNull
import kotlin.test.assertTrue

class OAuthAuthorizationTest {
Expand Down

0 comments on commit 738ead5

Please sign in to comment.