Skip to content

Commit

Permalink
fix isort
Browse files Browse the repository at this point in the history
  • Loading branch information
smcguire-cmu committed Jan 29, 2024
1 parent a5a8df8 commit 4ce5e2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/hipscat/catalog/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"""Catalog data wrappers"""

from .association_catalog.association_catalog import AssociationCatalog
from .margin_cache.margin_catalog import MarginCatalog
from .catalog import Catalog
from .catalog_type import CatalogType
from .dataset.dataset import Dataset
from .margin_cache.margin_catalog import MarginCatalog
from .partition_info import PartitionInfo
2 changes: 1 addition & 1 deletion tests/hipscat/catalog/margin_cache/test_margin_catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import pytest

from hipscat.catalog import MarginCatalog, CatalogType, PartitionInfo
from hipscat.catalog import CatalogType, MarginCatalog, PartitionInfo
from hipscat.pixel_tree.pixel_node_type import PixelNodeType


Expand Down

0 comments on commit 4ce5e2a

Please sign in to comment.