Skip to content

Commit

Permalink
fix bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishavlin committed Aug 30, 2023
1 parent 18231e8 commit 657b28b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/yt_napari/_model_ingestor.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
from typing import List, Optional, Tuple, Union

import numpy as np
from unyt import unit_object, unit_registry, unyt_array
import yt
from unyt import unit_object, unit_registry, unyt_array, unyt_quantity

from yt_napari import _special_loaders
from yt_napari._data_model import (
Expand Down

0 comments on commit 657b28b

Please sign in to comment.