Skip to content

Commit 9e94c43

Browse files
committed
Update "tasks.py" file.
1 parent 7a0f8a5 commit 9e94c43

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tasks.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
if not hasattr(inspect, "getargspec"):
1717
inspect.getargspec = inspect.getfullargspec # pyright: ignore
1818

19-
from invoke import Context, task
19+
from invoke.tasks import task
20+
from invoke.context import Context
2021

2122
__author__ = "Colour Developers"
2223
__copyright__ = "Copyright 2018 Colour Developers"

0 commit comments

Comments
 (0)