From 2639b3f514d363c9855e5eb36e811234c2e44d2d Mon Sep 17 00:00:00 2001 From: boonhapus Date: Mon, 18 Dec 2023 10:06:38 -0600 Subject: [PATCH] implement pass statement --- cs_tools/sync/redshift/syncer.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cs_tools/sync/redshift/syncer.py b/cs_tools/sync/redshift/syncer.py index 53963d38..84340455 100644 --- a/cs_tools/sync/redshift/syncer.py +++ b/cs_tools/sync/redshift/syncer.py @@ -25,6 +25,8 @@ class Redshift: Interact with an AWS Redshift database. """ + pass + username: str password: str database: str