From c45da95237f8c9cf8e3b39597023267276c5002f Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Fri, 10 Nov 2023 11:53:16 +0100 Subject: [PATCH] Fix isort --- src/pretix/control/views/orderimport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/control/views/orderimport.py b/src/pretix/control/views/orderimport.py index fca9c2b9be..d7cd60cf5f 100644 --- a/src/pretix/control/views/orderimport.py +++ b/src/pretix/control/views/orderimport.py @@ -19,7 +19,6 @@ # You should have received a copy of the GNU Affero General Public License along with this program. If not, see # . # -import csv # This file is based on an earlier version of pretix which was released under the Apache License 2.0. The full text of # the Apache License 2.0 can be obtained at . # @@ -32,6 +31,7 @@ import csv # distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations under the License. +import csv import logging from datetime import timedelta