Update eventlog_handler.py
Compare changes
+ 1
− 1
@@ -51,7 +51,7 @@ class Event_handler:
@@ -51,7 +51,7 @@ class Event_handler:
Due to maintenance at 17.06.2025 from 8:00 to 09:00, git.rwth-aachen.de & git-ce.rwth-aachen.de will be temporarily unavailable. In maintenance, GitLab is updated to version 18. Information about changes can be found at: https://about.gitlab.com/blog/2025/04/18/a-guide-to-the-breaking-changes-in-gitlab-18-0/#breaking-changes
in List_of_columns(self) return a list ,so it should be def list_of_columns(self) -> list: not :def list_of_columns(self) -> dict: