Skip to content

Commit

Permalink
add import
Browse files Browse the repository at this point in the history
  • Loading branch information
leejiwon1125 committed Nov 23, 2023
1 parent ea31824 commit ed5d3a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions worker/src/main/scala/Main.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import scala.util.{Failure, Success}
import java.net.InetAddress
import scala.util.Try

import kr.ac.postech.paranode.rpc.master.RegisterRequest

object Main {
def main(args: Array[String]): Unit = {
if (args.length < 5) {
Expand Down

0 comments on commit ed5d3a8

Please sign in to comment.