Skip to content

Commit

Permalink
Fix TypeAlias import
Browse files Browse the repository at this point in the history
  • Loading branch information
camposandro committed Nov 6, 2023
1 parent 989d259 commit 9c2a84b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lsdb/catalog/catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
import dataclasses
import os
from importlib.metadata import version
from typing import Any, Dict, List, Tuple, Type, TypeAlias, Union, cast
from typing import Any, Dict, List, Tuple, Type, Union, cast

import dask.dataframe as dd
import hipscat as hc
import numpy as np
from hipscat.pixel_math import HealpixPixel
from typing_extensions import TypeAlias

from lsdb.catalog.dataset.dataset import Dataset
from lsdb.core.cone_search import cone_filter
Expand Down

0 comments on commit 9c2a84b

Please sign in to comment.