Skip to content

Commit

Permalink
Remove even more stray comments
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-white committed Sep 12, 2024
1 parent 20f6e36 commit bf43d6d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/access_nri_intake/data/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,4 @@

from access_nri_intake.utils import get_catalog_fp

data = intake.open_catalog(
# importlib.resources.files("access_nri_intake").joinpath("data/catalog.yaml")
# os.path.join(_here, "catalog.yaml")
get_catalog_fp()
).access_nri
data = intake.open_catalog(get_catalog_fp()).access_nri

0 comments on commit bf43d6d

Please sign in to comment.