Skip to content

Commit

Permalink
[TGB-38] Removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Divy1211 committed Jan 4, 2023
1 parent 10907a8 commit 8229841
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/abstract_commands/matches/list_matches.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import {MessageEmbed} from "discord.js";

import {Match} from "../../entities/matches/Match";
import {ensure, enumerate} from "../../utils/general";
import {Player} from "../../entities/matches/Player";
import {ensure} from "../../utils/general";
import {Queue} from "../../entities/queues/Queue";

/**
Expand Down

0 comments on commit 8229841

Please sign in to comment.