Skip to content

Commit

Permalink
fix(import): Fix import errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ed-p-may committed Jun 7, 2024
1 parent 611131b commit 23e3909
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion honeybee_energy_ph/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@

# load all functions that extends honeybee core library
# Make sure the load `honeybee_energy` before anything else to avoid import errors.
import honeybee_energy
import honeybee_energy._extend_honeybee

import honeybee_energy_ph._extend_honeybee_energy_ph
2 changes: 1 addition & 1 deletion honeybee_ph/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@

# load all functions that extends honeybee core library
# Make sure the load `honeybee_energy` before anything else to avoid import errors.
import honeybee_energy
import honeybee_energy._extend_honeybee

import honeybee_ph._extend_honeybee_ph
2 changes: 1 addition & 1 deletion honeybee_ph_standards/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@

# load all functions that extends honeybee core library
# Make sure the load `honeybee_energy` before anything else to avoid import errors.
import honeybee_energy
import honeybee_energy._extend_honeybee
2 changes: 1 addition & 1 deletion honeybee_ph_utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@

# load all functions that extends honeybee core library
# Make sure the load `honeybee_energy` before anything else to avoid import errors.
import honeybee_energy
import honeybee_energy._extend_honeybee
2 changes: 1 addition & 1 deletion honeybee_phhvac/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@

# load all functions that extends honeybee core library
# Make sure the load `honeybee_energy` before anything else to avoid import errors.
import honeybee_energy
import honeybee_energy._extend_honeybee

import honeybee_phhvac._extend_honeybee_ph_hvac

0 comments on commit 23e3909

Please sign in to comment.