Skip to content

Commit 133d184

Browse files
committed
Fix codestyle.
1 parent de3f3fc commit 133d184

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ndcube/analysis/rebin.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
import astropy.nddata
21
import numpy as np
32

3+
import astropy.nddata
4+
45
from ndcube import utils
56
from ndcube.utils.exceptions import warn_user
67
from ndcube.wcs.wrappers import ResampledLowLevelWCS

0 commit comments

Comments
 (0)