From de2a37fd601646f9be94ca9f497c6b14721a7211 Mon Sep 17 00:00:00 2001 From: romainsacchi Date: Sun, 11 Feb 2024 12:15:07 +0000 Subject: [PATCH] Black reformating --- carculator_truck/inventory.py | 1 + 1 file changed, 1 insertion(+) diff --git a/carculator_truck/inventory.py b/carculator_truck/inventory.py index 0f0fe25..5ccaa86 100644 --- a/carculator_truck/inventory.py +++ b/carculator_truck/inventory.py @@ -1,6 +1,7 @@ """ inventory.py contains Inventory which provides all methods to solve inventories. """ + import warnings import numpy as np