Skip to content

Commit

Permalink
Automated Commit - Formatting Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sajarin committed Oct 16, 2023
1 parent 3796cab commit 13fb041
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from airbyte_cdk.sources.streams.http.auth import TokenAuthenticator
from source_asana.oauth import AsanaOauth2Authenticator

from .streams import CustomFields, Projects, SectionsCompact, Sections, Stories, Tags, Tasks, TeamMemberships, Teams, Users, Workspaces
from .streams import CustomFields, Projects, Sections, SectionsCompact, Stories, Tags, Tasks, TeamMemberships, Teams, Users, Workspaces


class SourceAsana(AbstractSource):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import pytest
import requests_mock as req_mock
from airbyte_cdk.models import SyncMode
from source_asana.streams import AsanaStream, SectionsCompact, Sections, Stories, Tags, Tasks, TeamMemberships, Users
from source_asana.streams import AsanaStream, Sections, SectionsCompact, Stories, Tags, Tasks, TeamMemberships, Users


@pytest.mark.parametrize(
Expand Down

0 comments on commit 13fb041

Please sign in to comment.