From 4ebd2ef43ad7357556e313bc098278b1c0857eee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20Sch=C3=B6nfeldt?= Date: Fri, 2 Aug 2024 15:56:51 +0200 Subject: [PATCH] Fix import order --- tests/test_constraints_module.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/test_constraints_module.py b/tests/test_constraints_module.py index c2614001b..775717faf 100644 --- a/tests/test_constraints_module.py +++ b/tests/test_constraints_module.py @@ -1,6 +1,5 @@ -import pytest - import pandas as pd +import pytest from oemof import solph