Skip to content

Commit

Permalink
Merge pull request #5284 from NREL/alfalfa_python_spelling
Browse files Browse the repository at this point in the history
Correct misspelling of openstudioalfalfa python module
  • Loading branch information
wenyikuang authored Nov 1, 2024
2 parents 39299a7 + 10042d1 commit cc1e0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/module/openstudio.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
from . import openstudioosversion as osversion
from . import openstudioradiance as radiance
from . import openstudiosdd as sdd
from . import openstudioualfalfa as alfalfa
from . import openstudioalfalfa as alfalfa
from .openstudioutilities import *
from .openstudioutilitiesbcl import *
from .openstudioutilitiescore import *
Expand Down

0 comments on commit cc1e0bb

Please sign in to comment.