Skip to content

Commit

Permalink
Remove deprecated pkg_resources api
Browse files Browse the repository at this point in the history
  • Loading branch information
MetinSa committed Feb 1, 2024
1 parent b56f851 commit 6b9894f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions zodipy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
import contextlib

import pkg_resources

from zodipy import comps, source_params
from zodipy._contour import tabulate_density
from zodipy.model_registry import model_registry
from zodipy.zodipy import Zodipy

contextlib.suppress(pkg_resources.DistributionNotFound)

__all__ = (
"Zodipy",
"model_registry",
Expand Down

0 comments on commit 6b9894f

Please sign in to comment.