We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ae1143 commit 31317efCopy full SHA for 31317ef
xml/src/main/scala/org/http4s/fs2data/xml/XmlEventInstances.scala
@@ -24,7 +24,9 @@ import cats.syntax.all._
24
import fs2.Chunk
25
import fs2.Pull
26
import fs2.Stream
27
-import fs2.data.xml.{XmlEvent, XmlException, render}
+import fs2.data.xml.XmlEvent
28
+import fs2.data.xml.XmlException
29
+import fs2.data.xml.render
30
import fs2.text.decodeWithCharset
31
import org.http4s.Charset.`UTF-8`
32
import org.http4s.headers.`Content-Type`
0 commit comments