Skip to content

Commit

Permalink
fix(tap-suiteql): Adjust order of imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcos314 committed Jul 19, 2023
1 parent dce3ad9 commit af0af98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap_suiteql/tap.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -25,7 +26,6 @@
SubscriptionPlanStream,
SubscriptionPriceIntervalStream,
SubscriptionStream,
BilligAccountStream,
)

STREAM_TYPES = {
Expand Down

0 comments on commit af0af98

Please sign in to comment.