From af0af9879a36ecfb7dc382da01c8541bb95ecf34 Mon Sep 17 00:00:00 2001 From: marcos314 Date: Wed, 19 Jul 2023 11:43:41 -0300 Subject: [PATCH] fix(tap-suiteql): Adjust order of imports --- tap_suiteql/tap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tap_suiteql/tap.py b/tap_suiteql/tap.py index 1755cea..caa1a9b 100644 --- a/tap_suiteql/tap.py +++ b/tap_suiteql/tap.py @@ -9,6 +9,7 @@ from tap_suiteql.query_builder import QueryBuilder # JSON schema typing helpers from tap_suiteql.schema_builder import SchemaBuilder from tap_suiteql.streams import ( + BilligAccountStream, ChangeOrderLineStream, ChargeStream, CustomerPaymentStream, @@ -25,7 +26,6 @@ SubscriptionPlanStream, SubscriptionPriceIntervalStream, SubscriptionStream, - BilligAccountStream, ) STREAM_TYPES = {