Skip to content

Commit 3d34f99

Browse files
committed
Cleaned import
1 parent d5df465 commit 3d34f99

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

tastydoc/src/dotty/tastydoc/Main.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
package dotty.tastydoc
22

3-
import scala.tasty.Reflection
43
import scala.tasty.file._
54

65
import dotty.tastydoc.representations._

tastydoc/src/dotty/tastydoc/TastydocConsumer.scala

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ package dotty.tastydoc
33
import scala.tasty.Reflection
44
import scala.tasty.file.TastyConsumer
55

6-
import dotty.tools.dotc.tastyreflect
7-
import scala.annotation.tailrec
8-
96
import dotty.tastydoc.representations._
107

118
/* Extends TastyConsumer and consumes Tasty Files to produce Representations

tastydoc/src/dotty/tastydoc/representations.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ package dotty.tastydoc
22

33
import scala.tasty.Reflection
44
import scala.annotation.tailrec
5-
import dotty.tastydoc.comment.{Comment, WikiComment, MarkdownComment}
5+
import dotty.tastydoc.comment.Comment
66
import dotty.tastydoc.references._
7-
import dotty.tastydoc.TastyExtractor
87

98
object representations extends TastyExtractor {
109

0 commit comments

Comments
 (0)