Skip to content

Commit

Permalink
build catalog staticmethod
Browse files Browse the repository at this point in the history
  • Loading branch information
ggmarshall committed Feb 9, 2025
1 parent f0aacd2 commit 5e38f55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dbetto/catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ def get(value):
msg = f"Can't get Catalog from value of type {type(value)}"
raise ValueError(msg)

@staticmethod
def build_catalog(
propstream: str | Path | list | Generator, mode_default: str = "append"
) -> Catalog:
Expand Down

0 comments on commit 5e38f55

Please sign in to comment.