Skip to content

Commit 98dab31

Browse files
chore: run make prettier (#760)
1 parent abe8315 commit 98dab31

File tree

491 files changed

+166
-931
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

491 files changed

+166
-931
lines changed

twilio/rest/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
https://openapi-generator.tech
99
Do not edit the class manually.
1010
"""
11+
1112
from typing import TYPE_CHECKING, Optional
1213

1314
from twilio.base.client_base import ClientBase

twilio/rest/accounts/v1/auth_token_promotion.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
Do not edit the class manually.
1313
"""
1414

15-
1615
from datetime import datetime
1716
from typing import Any, Dict, Optional
1817
from twilio.base import deserialize, values
@@ -23,7 +22,6 @@
2322

2423

2524
class AuthTokenPromotionInstance(InstanceResource):
26-
2725
"""
2826
:ivar account_sid: The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that the secondary Auth Token was created for.
2927
:ivar auth_token: The promoted Auth Token that must be used to authenticate future API requests.

twilio/rest/accounts/v1/credential/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
Do not edit the class manually.
1313
"""
1414

15-
1615
from typing import Optional
1716

1817

twilio/rest/accounts/v1/credential/aws.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
Do not edit the class manually.
1313
"""
1414

15-
1615
from datetime import datetime
1716
from typing import Any, Dict, List, Optional, Union, Iterator, AsyncIterator
1817
from twilio.base import deserialize, values
@@ -24,7 +23,6 @@
2423

2524

2625
class AwsInstance(InstanceResource):
27-
2826
"""
2927
:ivar sid: The unique string that we created to identify the AWS resource.
3028
:ivar account_sid: The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the AWS resource.

twilio/rest/accounts/v1/credential/public_key.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
Do not edit the class manually.
1313
"""
1414

15-
1615
from datetime import datetime
1716
from typing import Any, Dict, List, Optional, Union, Iterator, AsyncIterator
1817
from twilio.base import deserialize, values
@@ -24,7 +23,6 @@
2423

2524

2625
class PublicKeyInstance(InstanceResource):
27-
2826
"""
2927
:ivar sid: The unique string that that we created to identify the PublicKey resource.
3028
:ivar account_sid: The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Credential that the PublicKey resource belongs to.

twilio/rest/accounts/v1/safelist.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
Do not edit the class manually.
1313
"""
1414

15-
1615
from typing import Any, Dict, Optional
1716
from twilio.base import values
1817

@@ -22,7 +21,6 @@
2221

2322

2423
class SafelistInstance(InstanceResource):
25-
2624
"""
2725
:ivar sid: The unique string that we created to identify the SafeList resource.
2826
:ivar phone_number: The phone number in SafeList.

twilio/rest/accounts/v1/secondary_auth_token.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
Do not edit the class manually.
1313
"""
1414

15-
1615
from datetime import datetime
1716
from typing import Any, Dict, Optional
1817
from twilio.base import deserialize, values
@@ -23,7 +22,6 @@
2322

2423

2524
class SecondaryAuthTokenInstance(InstanceResource):
26-
2725
"""
2826
:ivar account_sid: The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that the secondary Auth Token was created for.
2927
:ivar date_created: The date and time in UTC when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.

twilio/rest/api/v2010/account/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
Do not edit the class manually.
1313
"""
1414

15-
1615
from datetime import datetime
1716
from typing import Any, Dict, List, Optional, Union, Iterator, AsyncIterator
1817
from twilio.base import deserialize, values

twilio/rest/api/v2010/account/address/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
Do not edit the class manually.
1313
"""
1414

15-
1615
from datetime import datetime
1716
from typing import Any, Dict, List, Optional, Union, Iterator, AsyncIterator
1817
from twilio.base import deserialize, values
@@ -27,7 +26,6 @@
2726

2827

2928
class AddressInstance(InstanceResource):
30-
3129
"""
3230
:ivar account_sid: The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that is responsible for the Address resource.
3331
:ivar city: The city in which the address is located.

twilio/rest/api/v2010/account/address/dependent_phone_number.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
Do not edit the class manually.
1313
"""
1414

15-
1615
from datetime import datetime
1716
from typing import Any, Dict, List, Optional, Union, Iterator, AsyncIterator
1817
from twilio.base import deserialize, values

0 commit comments

Comments
 (0)