[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
1aa10a1294
commit
b313b3940c
@ -17,13 +17,14 @@ assuming as an approximation energy content of wood pellets
|
|||||||
@author: bw0928
|
@author: bw0928
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
import platform
|
||||||
|
|
||||||
import pandas as pd
|
import pandas as pd
|
||||||
import tabula as tbl
|
import tabula as tbl
|
||||||
import platform
|
|
||||||
|
|
||||||
ENERGY_CONTENT = 4.8 # unit MWh/t (wood pellets)
|
ENERGY_CONTENT = 4.8 # unit MWh/t (wood pellets)
|
||||||
system = platform.system()
|
system = platform.system()
|
||||||
encoding = 'cp1252' if system == 'Windows' else None
|
encoding = "cp1252" if system == "Windows" else None
|
||||||
|
|
||||||
|
|
||||||
def get_countries():
|
def get_countries():
|
||||||
|
Loading…
Reference in New Issue
Block a user