Clean comments
This commit is contained in:
parent
38c468b29b
commit
317a20917f
@ -1,6 +1,5 @@
|
|||||||
"""
|
"""
|
||||||
access_nrcan_catalog module
|
access_nrcan_catalog module
|
||||||
Returns values from both nrcan_constructions.json and nrcan_archetypes.json
|
|
||||||
SPDX - License - Identifier: LGPL - 3.0 - or -later
|
SPDX - License - Identifier: LGPL - 3.0 - or -later
|
||||||
Copyright © 2024 Concordia CERC group
|
Copyright © 2024 Concordia CERC group
|
||||||
Project developer: Alireza Adli alireza.adli@mail.concordia.ca
|
Project developer: Alireza Adli alireza.adli@mail.concordia.ca
|
||||||
@ -14,9 +13,6 @@ from hub.helpers.data.hub_function_to_nrcan_construction_function \
|
|||||||
|
|
||||||
|
|
||||||
class AccessNrcanCatalog:
|
class AccessNrcanCatalog:
|
||||||
"""
|
|
||||||
AccessNrcanCatalog class
|
|
||||||
"""
|
|
||||||
def __init__(
|
def __init__(
|
||||||
self, path,
|
self, path,
|
||||||
archetypes='nrcan_archetypes.json',
|
archetypes='nrcan_archetypes.json',
|
||||||
|
Loading…
Reference in New Issue
Block a user