Skip to content

Commit

Permalink
fix import error
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjonesBSU committed Nov 15, 2024
1 parent 9a2e4b2 commit 52f4231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mbuild/recipes/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""Entrypoints for mBuild recipe plugins."""

import sys
from importlib import metadata


class Recipes(object):
Expand All @@ -10,7 +11,6 @@ class Recipes(object):


recipes = Recipes()
from importlib import metadata

if sys.version_info.minor >= 10:
entry_points = metadata.entry_points().select(group="mbuild.plugins")
Expand Down

0 comments on commit 52f4231

Please sign in to comment.