Skip to content

Commit

Permalink
tidy up usings
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Kingstone committed Oct 30, 2023
1 parent b672bd9 commit ca14671
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .ci/unit-tests/XML_Adapter_Tests/PushTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@
using System.Text;
using System.Threading.Tasks;
using BH.Adapter.XML;
using BH.oM.Adapters.XML;
using BH.oM.Adapter;
using BH.Engine.Environment;
using BH.Engine.Adapter;
using BH.Engine.Adapters.XML;
using BH.oM.Adapters.XML;
using BH.oM.Adapter;
using BH.oM.Adapters.XML.Settings;
using BH.oM.Base;
using BH.oM.Data.Requests;
using BH.oM.Environment.Elements;
using BH.oM.Physical.Constructions;
using BH.Engine.Environment;

namespace BH.Tests.Adapter.XML
{
Expand Down

0 comments on commit ca14671

Please sign in to comment.