Correct indentation
This commit is contained in:
parent
317a20917f
commit
9cbc2bc634
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user