From e4576b65c69c459d1146ab7e7bfca0b30d456e71 Mon Sep 17 00:00:00 2001 From: waxao Date: Mon, 8 Nov 2021 16:02:39 -0800 Subject: [PATCH] Update core.py --- amazon-redshift-python-driver-master/redshift_connector/core.py | 1 + 1 file changed, 1 insertion(+) diff --git a/amazon-redshift-python-driver-master/redshift_connector/core.py b/amazon-redshift-python-driver-master/redshift_connector/core.py index 7056bc1..47934ad 100644 --- a/amazon-redshift-python-driver-master/redshift_connector/core.py +++ b/amazon-redshift-python-driver-master/redshift_connector/core.py @@ -108,6 +108,7 @@ if TYPE_CHECKING: from ssl import SSLSocket +# hello~ # Copyright (c) 2007-2009, Mathieu Fenniak # Copyright (c) The Contributors # All rights reserved.