diff --git a/src/caoscrawler/identifiable_adapters.py b/src/caoscrawler/identifiable_adapters.py index 2b0cd294b5304552e0a80f9da29e1737ad8f9c58..b2a113a0aa1bb718843c5d334d1055510b104f35 100644 --- a/src/caoscrawler/identifiable_adapters.py +++ b/src/caoscrawler/identifiable_adapters.py @@ -292,6 +292,8 @@ startswith: bool, optional Returns: Identifiable, the identifiable for record. + + Last review by Alexander Schlemmer on 2024-05-29. """ property_name_list_A = [] diff --git a/src/caoscrawler/sync_graph.py b/src/caoscrawler/sync_graph.py index 93ca4902343427250ea126e3c3462f69222db321..81bece73d8f344cd644f9f60acb629d50435943e 100644 --- a/src/caoscrawler/sync_graph.py +++ b/src/caoscrawler/sync_graph.py @@ -408,6 +408,8 @@ class SyncGraph: TODO: This function will be moved to pylib as it is also needed by the high level API. + + Last review by Alexander Schlemmer on 2024-05-29. """ # Note: A set would be useful here, but we do not want a random order. if flat is None: