Browse Source

Remove redundant usings

pull/2130/head
Denis 3 years ago
parent
commit
963a598ca1
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      src/Discord.Net.Core/DiscordJsonError.cs

+ 0
- 4
src/Discord.Net.Core/DiscordJsonError.cs View File

@@ -1,9 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Discord
{


Loading…
Cancel
Save