From 45ef4d23cb2347b8cb2e075016bfb85492ab5fc3 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Sun, 10 Dec 2023 06:28:51 -0600 Subject: [PATCH] example(01_bootstrap): pydocstyle manual fixes --- examples/01_bootstrap.py | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/01_bootstrap.py b/examples/01_bootstrap.py index 96b30b2f..9085a2a1 100755 --- a/examples/01_bootstrap.py +++ b/examples/01_bootstrap.py @@ -1,4 +1,5 @@ #!/usr/bin/env python +"""Example for bootstrapping UNIHAN DB.""" import pprint from sqlalchemy.sql.expression import func