From e696044c11150c63c503fcd58e522a068ad6c262 Mon Sep 17 00:00:00 2001 From: yunion Date: Fri, 24 May 2024 15:55:35 -0400 Subject: [PATCH] fix --- .../scala-2/dev/profunktor/redis4cats/syntax/RedisURIOps.scala | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/core/src/main/scala-2/dev/profunktor/redis4cats/syntax/RedisURIOps.scala b/modules/core/src/main/scala-2/dev/profunktor/redis4cats/syntax/RedisURIOps.scala index 30afc935..ff035086 100644 --- a/modules/core/src/main/scala-2/dev/profunktor/redis4cats/syntax/RedisURIOps.scala +++ b/modules/core/src/main/scala-2/dev/profunktor/redis4cats/syntax/RedisURIOps.scala @@ -17,7 +17,6 @@ package dev.profunktor.redis4cats.syntax import dev.profunktor.redis4cats.connection.RedisURI -import dev.profunktor.redis4cats.syntax.macros class RedisURIOps(val sc: StringContext) extends AnyVal { def redis(args: Any*): RedisURI = macro macros.RedisLiteral.make