Skip to content

Commit

Permalink
fix isort
Browse files Browse the repository at this point in the history
  • Loading branch information
smcguire-cmu committed Nov 18, 2024
1 parent f503f81 commit 34f7d9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/lsdb/core/search/moc_search.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
from __future__ import annotations

import astropy.units as u

from typing import TYPE_CHECKING

import astropy.units as u
import nested_pandas as npd
from hats.catalog import TableProperties
from mocpy import MOC
Expand Down
2 changes: 1 addition & 1 deletion tests/lsdb/catalog/test_moc_search.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import pandas as pd
import astropy.units as u
import numpy as np
import pandas as pd
from hats.pixel_math import HealpixPixel
from mocpy import MOC

Expand Down

0 comments on commit 34f7d9d

Please sign in to comment.