From 7d9c2bad9806cd7fdf4502aff03aca7289fada62 Mon Sep 17 00:00:00 2001
From: Alexander Schlemmer <a.schlemmer@indiscale.com>
Date: Wed, 29 May 2024 17:57:03 +0200
Subject: [PATCH] DOC: two notes of last review

---
 src/caoscrawler/identifiable_adapters.py | 2 ++
 src/caoscrawler/sync_graph.py            | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/src/caoscrawler/identifiable_adapters.py b/src/caoscrawler/identifiable_adapters.py
index 2b0cd294..b2a113a0 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 93ca4902..81bece73 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:
-- 
GitLab