Skip to content

Commit

Permalink
Refactor imports
Browse files Browse the repository at this point in the history
  • Loading branch information
yalef committed Dec 7, 2023
1 parent 9cc04a1 commit a8a446e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions provision/docs.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from pathlib import Path
import pathlib

import invoke
import saritasa_invocations

LOCAL_DOCS_DIR = Path("docs/_build")
LOCAL_DOCS_DIR = pathlib.Path("docs/_build")


@invoke.task
Expand Down

0 comments on commit a8a446e

Please sign in to comment.