diff options
Diffstat (limited to 'astro/21cm')
-rwxr-xr-x | astro/21cm/cube_mean.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/astro/21cm/cube_mean.py b/astro/21cm/cube_mean.py index 9ff33d4..a925532 100755 --- a/astro/21cm/cube_mean.py +++ b/astro/21cm/cube_mean.py @@ -8,8 +8,6 @@ Calculate the mean values of the cube. """ -import os -import sys import argparse import numpy as np |