Skip to content

Commit

Permalink
tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
JFriel committed Feb 4, 2025
1 parent 4761d77 commit c1f4a3c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) The University of Dundee 2018-2019
// Copyright (c) The University of Dundee 2018-2025
// This file is part of the Research Data Management Platform (RDMP).
// RDMP is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
// RDMP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
Expand All @@ -13,7 +13,6 @@
using System.Threading.Tasks;
using FAnsi;
using FAnsi.Discovery.QuerySyntax;
using MySqlConnector;
using Rdmp.Core.Curation.Data;
using Rdmp.Core.DataExport.Data;
using Rdmp.Core.DataExport.DataExtraction.Commands;
Expand Down
4 changes: 0 additions & 4 deletions Rdmp.Core/QueryBuilding/ExtractionQueryBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,8 @@

using System;
using System.Collections.Generic;
using System.Data.Common;
using System.Linq;
using FAnsi.Discovery;
using FAnsi.Discovery.QuerySyntax;
using NPOI.SS.Formula.Functions;
using Rdmp.Core.CohortCommitting;
using Rdmp.Core.DataExport;
using Rdmp.Core.DataExport.Data;
using Rdmp.Core.DataExport.DataExtraction.Commands;
Expand Down

0 comments on commit c1f4a3c

Please sign in to comment.