Skip to content

Commit 3aef498

Browse files
committed
fix pylint order of imports
1 parent 4bfce6a commit 3aef498

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PyStemmusScope/save.py

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

3030

0 commit comments

Comments
 (0)