Skip to content

Commit

Permalink
Black reformating
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Mar 21, 2024
1 parent 1ecd518 commit 1611d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pathways/pathways.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

import csv
import uuid
import warnings
from collections import defaultdict
from multiprocessing import Pool, cpu_count
from pathlib import Path
Expand Down Expand Up @@ -36,7 +37,6 @@
load_units_conversion,
)

import warnings
warnings.filterwarnings("ignore")


Expand Down

0 comments on commit 1611d54

Please sign in to comment.