Skip to content

Commit

Permalink
make pre commit happy
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaneve committed Jul 26, 2023
1 parent 8f2ee87 commit ef59a61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# noqa
import os
import sys

# Add the project root to the path so we can import the package
sys.path.insert(0, os.path.abspath("../"))

from docs.generate_mappings import generate_mapping_docs
from docs.generate_mappings import generate_mapping_docs # noqa: E402

# Configuration file for the Sphinx documentation builder.
#
Expand Down
6 changes: 3 additions & 3 deletions docs/configuration/parsing-methods.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ To use this:
render_config=RenderConfig(
load_mode=LoadMode.DBT_MANIFEST,
)
...,
# ...,
)
``dbt_ls``
Expand All @@ -72,7 +72,7 @@ To use this:
render_config=RenderConfig(
load_mode=LoadMode.DBT_LS,
)
...,
# ...,
)
Expand All @@ -94,5 +94,5 @@ To use this:
render_config=RenderConfig(
load_mode=LoadMode.CUSTOM,
)
...,
# ...,
)

0 comments on commit ef59a61

Please sign in to comment.