Correct indentation

This commit is contained in:
Alireza Adli 2024-10-14 10:52:33 -04:00
parent 317a20917f
commit 9cbc2bc634

View File

@ -161,11 +161,11 @@ class AccessNrcanCatalog:
def find_opaque_surface(
self, function, period_of_construction, climate_zone):
"""
Returns the opaque_surface_name based on the below parameters.
:param function: <class 'str'>
:param period_of_construction: <class 'str'>
:param climate_zone: <class 'str'>
:return: <class 'str'>
Returns the opaque_surface_name based on the below parameters.
:param function: <class 'str'>
:param period_of_construction: <class 'str'>
:param climate_zone: <class 'str'>
:return: <class 'str'>
"""
for archetype in self.archetypes['archetypes']:
if archetype['function'] != function: