From 6775bea1d6f57e822464f771a238a3821c468d59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Koz=C5=82owski?= Date: Mon, 28 Oct 2024 23:46:08 +0100 Subject: [PATCH] unused import --- modules/core/src/test/scala/playground/Diffs.scala | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/core/src/test/scala/playground/Diffs.scala b/modules/core/src/test/scala/playground/Diffs.scala index 6e4ed076..0cee1a04 100644 --- a/modules/core/src/test/scala/playground/Diffs.scala +++ b/modules/core/src/test/scala/playground/Diffs.scala @@ -5,8 +5,6 @@ import playground.smithyql.ContextRange import playground.smithyql.NodeContext import smithy4s.Blob -import scala.annotation.nowarn - object Diffs { import com.softwaremill.diffx.* import com.softwaremill.diffx.cats.*