Skip to content

Commit

Permalink
Remove double import importlib_metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
jdehning committed Sep 5, 2023
1 parent 6106141 commit 5749895
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions icomo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
"""Inference of Compartmental Models Toolbox."""
from importlib import metadata as importlib_metadata

import importlib_metadata

from . import comp_model, examples, pytensor_op, slow_modulation, tools
from .comp_model import (
CompModel,
Expand Down

0 comments on commit 5749895

Please sign in to comment.