aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/extract_lambda.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/extract_lambda.py b/src/extract_lambda.py
index 30c7005..4168e27 100644
--- a/src/extract_lambda.py
+++ b/src/extract_lambda.py
@@ -11,7 +11,9 @@ import re
logger = logging.getLogger()
logger.setLevel(logging.INFO)
-## DB Exception class
+# DB Exception class
+
+
class DBConnectionException(Exception):
"""Wraps pg8000.native Error or DatabaseError."""
git.ajschof.me — hosted by ajschofield — powered by cgit