From 274a66b74b887777bde7bc34013f75428207aa5d Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Thu, 2 Mar 2023 12:12:55 +0100 Subject: [PATCH] Remove old docstring for tasks --- tasks.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/tasks.py b/tasks.py index ba4527e..23e51da 100644 --- a/tasks.py +++ b/tasks.py @@ -1,13 +1,3 @@ -""" -Invoke management tasks for the project. - -The current implementation with type annotations is not compatible -with invoke 1.7.1 and requires manual patching. - -See https://github.com/pyinvoke/invoke/pull/458/files -""" - - import time from pathlib import Path