From 1611d54fe3b8494c285f0f4a47a54b279485e2aa Mon Sep 17 00:00:00 2001 From: romainsacchi Date: Thu, 21 Mar 2024 18:34:09 +0000 Subject: [PATCH] Black reformating --- pathways/pathways.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pathways/pathways.py b/pathways/pathways.py index 7beb460..778800a 100644 --- a/pathways/pathways.py +++ b/pathways/pathways.py @@ -6,6 +6,7 @@ import csv import uuid +import warnings from collections import defaultdict from multiprocessing import Pool, cpu_count from pathlib import Path @@ -36,7 +37,6 @@ load_units_conversion, ) -import warnings warnings.filterwarnings("ignore")