Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Mar 17, 2022
2 parents b871606 + 4ecf28f commit b1bfe8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion carculator_truck/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
import json
import os
import uuid
from typing import Dict, Tuple

import bw2io
import numpy as np
import pyprind
from typing import Dict, Tuple
from bw2io.export.excel import create_valid_worksheet_name, safe_filename, xlsxwriter

from . import DATA_DIR, __version__
Expand Down

0 comments on commit b1bfe8b

Please sign in to comment.