Skip to content

Commit

Permalink
Tidied modules in archive.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Rory Barnes committed Sep 26, 2023
1 parent 9a72101 commit f0125da
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions bigplanet/archive.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
#!/usr/bin/env python

import argparse
import multiprocessing as mp
import os
import subprocess as sub

import h5py
import numpy as np
import pandas as pd

from .extract import *
from .read import *
from .process import *
Expand Down

0 comments on commit f0125da

Please sign in to comment.