Skip to content

Commit

Permalink
Run fmt on tasks.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgilland committed Oct 29, 2020
1 parent fa2a1ab commit ea31c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
Where <task> is a function defined below with the @task decorator.
"""

import os
from functools import partial
import os

from invoke import Exit, UnexpectedExit, run as _run, task

Expand Down

0 comments on commit ea31c45

Please sign in to comment.