This is an automated email from the ASF dual-hosted git repository.
dimberman pushed a commit to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v1-10-test by this push:
new 5091334 remove core_to_contrib
5091334 is described below
commit 50913348ed5d17edecbc5c43be894b9228acafbf
Author: Daniel Imberman <[email protected]>
AuthorDate: Fri Jun 19 19:42:36 2020 -0700
remove core_to_contrib
---
airflow/operators/sql.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/airflow/operators/sql.py b/airflow/operators/sql.py
index 433914e..5c10488 100644
--- a/airflow/operators/sql.py
+++ b/airflow/operators/sql.py
@@ -161,7 +161,7 @@ class SQLValueCheckOperator(BaseOperator):
conn_id=None,
*args,
**kwargs
- )
+ ):
super(SQLValueCheckOperator, self).__init__(*args, **kwargs)
self.sql = sql
self.conn_id = conn_id