diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-02-08 05:38:42 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-02-08 05:38:42 +0000 |
commit | c66e4a33e1a07c439f03fe47f146a6c6482bf6df (patch) | |
tree | cfdf01111c063b3e50841695e6c2768833aea4dc /pdoc | |
parent | Releasing debian version 20.11.0-1. (diff) | |
download | sqlglot-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-x | pdoc/cli.py | 2 |
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): |