Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and jpmckinney committed Nov 26, 2024
1 parent 2c923a2 commit 0390eac
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 18 deletions.
3 changes: 0 additions & 3 deletions template_basic_criteria_checks.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1752,9 +1752,6 @@
"# Don't show connection string after execute.\n",
"%config SqlMagic.displaycon = False\n",
"\n",
"# Set SqlMagic/prettytable style\n",
"%config SqlMagic.style = '_DEPRECATED_DEFAULT'\n",
"\n",
"connection_string = (\n",
" \"postgresql://\"\n",
" + user\n",
Expand Down
3 changes: 0 additions & 3 deletions template_data_quality_feedback.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -461,9 +461,6 @@
"# Don't show connection string after execute.\n",
"%config SqlMagic.displaycon = False\n",
"\n",
"# Set SqlMagic/prettytable style\n",
"%config SqlMagic.style = '_DEPRECATED_DEFAULT'\n",
"\n",
"connection_string = (\n",
" \"postgresql://\"\n",
" + user\n",
Expand Down
3 changes: 0 additions & 3 deletions template_meta_analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,6 @@
"# Don't show connection string after execute.\n",
"%config SqlMagic.displaycon = False\n",
"\n",
"# Set SqlMagic/prettytable style\n",
"%config SqlMagic.style = '_DEPRECATED_DEFAULT'\n",
"\n",
"connection_string = (\n",
" \"postgresql://\"\n",
" + user\n",
Expand Down
3 changes: 0 additions & 3 deletions template_publisher_analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -461,9 +461,6 @@
"# Don't show connection string after execute.\n",
"%config SqlMagic.displaycon = False\n",
"\n",
"# Set SqlMagic/prettytable style\n",
"%config SqlMagic.style = '_DEPRECATED_DEFAULT'\n",
"\n",
"connection_string = (\n",
" \"postgresql://\"\n",
" + user\n",
Expand Down
3 changes: 0 additions & 3 deletions template_structure_and_format_feedback.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -461,9 +461,6 @@
"# Don't show connection string after execute.\n",
"%config SqlMagic.displaycon = False\n",
"\n",
"# Set SqlMagic/prettytable style\n",
"%config SqlMagic.style = '_DEPRECATED_DEFAULT'\n",
"\n",
"connection_string = (\n",
" \"postgresql://\"\n",
" + user\n",
Expand Down
3 changes: 0 additions & 3 deletions template_usability_checks.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -461,9 +461,6 @@
"# Don't show connection string after execute.\n",
"%config SqlMagic.displaycon = False\n",
"\n",
"# Set SqlMagic/prettytable style\n",
"%config SqlMagic.style = '_DEPRECATED_DEFAULT'\n",
"\n",
"connection_string = (\n",
" \"postgresql://\"\n",
" + user\n",
Expand Down

0 comments on commit 0390eac

Please sign in to comment.