Skip to content

Commit b637b16

Browse files
committed
run isort on save module
1 parent 3aef498 commit b637b16

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

PyStemmusScope/save.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
import numpy as np
2525
import pandas as pd
2626
import xarray as xr
27-
from PyStemmusScope import config_io, forcing_io
27+
from PyStemmusScope import config_io
28+
from PyStemmusScope import forcing_io
2829
from . import variable_conversion as vc
2930

3031

0 commit comments

Comments
 (0)