remove useless using

This commit is contained in:
BobLd
2020-02-10 11:23:19 +00:00
committed by Eliot Jones
parent ac1e2c49ba
commit ec68231ab3
@@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;
using UglyToad.PdfPig.Content;
using UglyToad.PdfPig.Content;
using Xunit;
namespace UglyToad.PdfPig.Tests.Integration