Skip to content

Commit

Permalink
Move import
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-hoffman committed Jan 18, 2024
1 parent 52a0fe2 commit 9151c5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/docs_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

from docs.docs_version_bucket_info import S3_URL
from docs.logging import Logger
from docs.prepare_prior_versions import prepare_prior_versions, Version

if TYPE_CHECKING:
from invoke.context import Context
Expand Down Expand Up @@ -52,6 +51,8 @@ def build_docs_locally(self) -> None:
self._context.run("yarn start")

def _prepare(self) -> None:
from docs.prepare_prior_versions import prepare_prior_versions, Version

"""A whole bunch of common work we need"""
self.logger.print_header("Preparing to build docs...")
versions_loaded = self._load_files()
Expand Down

0 comments on commit 9151c5d

Please sign in to comment.