summaryrefslogtreecommitdiffstats
path: root/pdoc
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-02-08 05:38:42 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-02-08 05:38:42 +0000
commitc66e4a33e1a07c439f03fe47f146a6c6482bf6df (patch)
treecfdf01111c063b3e50841695e6c2768833aea4dc /pdoc
parentReleasing debian version 20.11.0-1. (diff)
downloadsqlglot-c66e4a33e1a07c439f03fe47f146a6c6482bf6df.tar.xz
sqlglot-c66e4a33e1a07c439f03fe47f146a6c6482bf6df.zip
Merging upstream version 21.0.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'pdoc')
-rwxr-xr-xpdoc/cli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdoc/cli.py b/pdoc/cli.py
index 1db895e..376048a 100755
--- a/pdoc/cli.py
+++ b/pdoc/cli.py
@@ -7,7 +7,7 @@ from unittest import mock
from pdoc.__main__ import cli, parser
# Need this import or else import_module doesn't work
-import sqlglot
+import sqlglot # noqa
def mocked_import(*args, **kwargs):