From 8221c76a95e149f64f35feafdce657c66aceeeff Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Leon=20Michel=20Gori=C3=9Fen?=
 <leon.gorissen@llt.rwth-aachen.de>
Date: Fri, 17 May 2024 15:32:18 +0200
Subject: [PATCH] Chore: Delete finished todo

---
 diagram/diagram.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/diagram/diagram.py b/diagram/diagram.py
index afb7894..ce9335f 100644
--- a/diagram/diagram.py
+++ b/diagram/diagram.py
@@ -1,8 +1,6 @@
 ##!/usr/bin/env python3
 # -*- coding:utf-8 -*-
 
-# TODO Change franka_autodynamics package to take coscine watchdogs into account do to python version missmatches of ROS noetic and Coscine
-
 from diagrams import Cluster, Diagram, Edge
 from diagrams.custom import Custom
 from diagrams.programming.language import Python, Cpp
-- 
GitLab