From 48addac03a0f560c2d12bb2a1d6a159eb841cfd5 Mon Sep 17 00:00:00 2001 From: romainsacchi Date: Sun, 11 Feb 2024 12:16:10 +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