Skip to content

Commit

Permalink
Optimize imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
devoxin committed Dec 23, 2019
1 parent 6210393 commit ba8573a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/main/kotlin/me/devoxin/flight/api/CommandWrapper.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import me.devoxin.flight.annotations.Command
import me.devoxin.flight.arguments.Argument
import me.devoxin.flight.internal.Jar
import me.devoxin.flight.models.Cog
import java.lang.reflect.Method
import kotlin.coroutines.suspendCoroutine
import kotlin.reflect.KFunction
import kotlin.reflect.KParameter
import kotlin.reflect.full.callSuspendBy
Expand Down
1 change: 0 additions & 1 deletion src/main/kotlin/me/devoxin/flight/arguments/ArgParser.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import me.devoxin.flight.exceptions.ParserNotRegistered
import me.devoxin.flight.parsers.Parser
import org.slf4j.LoggerFactory
import java.util.*
import kotlin.collections.HashMap
import kotlin.reflect.KParameter

class ArgParser(
Expand Down
1 change: 0 additions & 1 deletion src/main/kotlin/me/devoxin/flight/models/Cog.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package me.devoxin.flight.models

import me.devoxin.flight.api.CommandWrapper
import me.devoxin.flight.api.Context
import me.devoxin.flight.internal.Jar

interface Cog {

Expand Down

0 comments on commit ba8573a

Please sign in to comment.