Skip to content

Commit c936fa3

Browse files
committed
fix the order of imports
1 parent 3dadf8f commit c936fa3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

PyStemmusScope/save.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@
2424

2525
import logging
2626
from pathlib import Path
27-
from typing import Dict, List, Union
27+
from typing import Dict
28+
from typing import List
29+
from typing import Union
2830
import numpy as np
2931
import pandas as pd
3032
import xarray as xr

0 commit comments

Comments
 (0)