Skip to content

Commit 6ae024a

Browse files
committed
Remove unused imports
1 parent 41664f1 commit 6ae024a

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/dscim/preprocessing/midprocessing.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import os
2-
import shutil
32

43
USER = os.getenv("USER")
54
import xarray as xr

src/dscim/utils/functions.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import pandas as pd
2-
import xarray as xr
31
import numpy as np
42
from dscim.utils.utils import power
53

0 commit comments

Comments
 (0)