Skip to content

Commit

Permalink
Black reformating
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Nov 4, 2023
1 parent 6b32ddb commit 74ab5e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions premise/metals.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

import uuid
from functools import lru_cache
from typing import Optional, Tuple
from _operator import itemgetter
from itertools import groupby
from typing import Optional, Tuple

import country_converter as coco
import pandas as pd
import yaml
from _operator import itemgetter

from .export import biosphere_flows_dictionary
from .logger import create_logger
Expand Down

0 comments on commit 74ab5e6

Please sign in to comment.