Skip to content

Commit

Permalink
docs: fix incorrect import path
Browse files Browse the repository at this point in the history
  • Loading branch information
dangotbanned committed Dec 29, 2024
1 parent 1fd5790 commit cd9ccf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,13 @@ def task(
--------
Create an app:
from altair.tools._tasks import Tasks
from tools._tasks import Tasks
app = Tasks(runner="hatch")
Define the commands that compose the task:
from altair.tools._tasks import Commands
from tools._tasks import Commands
@app.task()
def my_task() -> Commands:
Expand Down

0 comments on commit cd9ccf9

Please sign in to comment.