Remove unused namespace import

This commit is contained in:
Oliver Booth 2022-05-02 22:27:31 +01:00
parent fd53b41610
commit 7b8c344ddd
No known key found for this signature in database
GPG Key ID: 32A00B35503AF634
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
using System.Diagnostics.Contracts;
using System.Numerics;
using System.Runtime.CompilerServices;
namespace X10D.Numerics;