Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
bcarter97 committed Apr 29, 2022
1 parent 9bfb9f6 commit 9cec8d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/com/sky/kafka/topicloader/TopicLoader.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ package com.sky.kafka.topicloader
import java.lang.{Long => JLong}
import java.util.{List => JList, Map => JMap, Optional}

import akka.Done
import akka.actor.ActorSystem
import akka.kafka.scaladsl.Consumer
import akka.kafka.{ConsumerSettings, Subscriptions}
import akka.stream.OverflowStrategy
import akka.stream.scaladsl.{Flow, Keep, Source}
import akka.Done
import cats.data.NonEmptyList
import cats.syntax.bifunctor._
import cats.syntax.option._
Expand Down

0 comments on commit 9cec8d8

Please sign in to comment.