Skip to content

Commit

Permalink
Remove some more unused imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleaoman committed Sep 19, 2024
1 parent 538efbb commit f7c8d75
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions swiftsimio/subset_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@
it to a new file.
"""

from swiftsimio.reader import SWIFTUnits, SWIFTMetadata
from swiftsimio.masks import SWIFTMask
from swiftsimio.accelerated import read_ranges_from_file
import swiftsimio.metadata as metadata

import unyt
import h5py
import numpy as np
from typing import Optional, List
Expand Down

0 comments on commit f7c8d75

Please sign in to comment.