Skip to content

Commit 75885aa

Browse files
chore: fix formatting
1 parent 483edef commit 75885aa

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

src/finch/_client.py

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,18 @@
3333
)
3434

3535
if TYPE_CHECKING:
36-
from .resources import hris, jobs, webhooks, account, connect, payroll, sandbox, providers, access_tokens, request_forwarding
36+
from .resources import (
37+
hris,
38+
jobs,
39+
account,
40+
connect,
41+
payroll,
42+
sandbox,
43+
webhooks,
44+
providers,
45+
access_tokens,
46+
request_forwarding,
47+
)
3748
from .resources.account import Account, AsyncAccount
3849
from .resources.hris.hris import HRIS, AsyncHRIS
3950
from .resources.jobs.jobs import Jobs, AsyncJobs

tests/api_resources/test_access_tokens.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
from tests.utils import assert_matches_type
1313

1414
if TYPE_CHECKING:
15-
1615
from _pytest.fixtures import FixtureRequest # pyright: ignore[reportPrivateImportUsage]
1716

1817
base_url = os.environ.get("TEST_API_BASE_URL", "http://127.0.0.1:4010")

0 commit comments

Comments
 (0)