Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
Signed-off-by: nikki everett <[email protected]>
  • Loading branch information
neverett committed Sep 30, 2024
1 parent 6cb9d63 commit 8f52cce
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"*.md",
"**/*.md",
"auto_examples/**/index.md",
"auto_examples/**/*.md"
"auto_examples/**/*.md",
]

# The master toctree document.
Expand Down Expand Up @@ -189,7 +189,7 @@
"development_lifecycle",
"extending",
"productionizing",
"testing"
"testing",
]

# intersphinx configuration
Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/deprecated_integrations/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
BigQuery plugin </auto_examples/bigquery_plugin/index>
Databricks plugin </auto_examples/databricks_plugin/index>
Snowflake plugin </auto_examples/snowflake_plugin/index>
```
```
2 changes: 1 addition & 1 deletion examples/bigquery_plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ This directory contains example code for the deprecated BigQuery plugin. For doc
:hidden:
bigquery_plugin_example
```
```
2 changes: 1 addition & 1 deletion examples/databricks_plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ This directory contains example code for the deprecated Databricks plugin. For d
:hidden:
databricks_plugin_example
```
```
2 changes: 1 addition & 1 deletion examples/snowflake_plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ This directory contains example code for the deprecated Snowflake plugin. For do
:hidden:
snowflake_plugin_example
```
```

0 comments on commit 8f52cce

Please sign in to comment.