Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
daico007 committed Mar 8, 2024
1 parent 99adf97 commit ce1b968
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mbuild/recipes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ class Recipes(object):
available_methods = []
for entry_point in entry_points:
setattr(recipes, entry_point.name, entry_point.load())
e

0 comments on commit ce1b968

Please sign in to comment.