[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2024-04-20 10:15:57 +00:00
parent 1aa10a1294
commit b313b3940c

View File

@ -17,13 +17,14 @@ assuming as an approximation energy content of wood pellets
@author: bw0928
"""
import platform
import pandas as pd
import tabula as tbl
import platform
ENERGY_CONTENT = 4.8 # unit MWh/t (wood pellets)
system = platform.system()
encoding = 'cp1252' if system == 'Windows' else None
encoding = "cp1252" if system == "Windows" else None
def get_countries():