Skip to content

Commit ddffa75

Browse files
lint
1 parent 8866311 commit ddffa75

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

test/integration/models/account/test_account.py

+8-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,14 @@
33

44
import pytest
55

6-
from linode_api4.objects import Account, AccountSettings, ChildAccount, Event, Login, User
6+
from linode_api4.objects import (
7+
Account,
8+
AccountSettings,
9+
ChildAccount,
10+
Event,
11+
Login,
12+
User,
13+
)
714

815

916
@pytest.mark.smoke

0 commit comments

Comments
 (0)