Remove old docstring for tasks
This commit is contained in:
parent
8fa755eabc
commit
274a66b74b
1 changed files with 0 additions and 10 deletions
10
tasks.py
10
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
|
||||
|
||||
|
|
Reference in a new issue