Skip to content

Commit ee0aeef

Browse files
committed
Actually fix the sdk by removing new lines
1 parent 5814587 commit ee0aeef

File tree

201 files changed

+0
-202
lines changed

Some content is hidden

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

201 files changed

+0
-202
lines changed

sdks/python/dropbox_sign/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
Do not edit the class manually.
1515
""" # noqa: E501
1616

17-
1817
__version__ = "1.10-dev"
1918

2019
# import apis into sdk package

sdks/python/dropbox_sign/api_client.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
""" # noqa: E501
1414

15-
1615
import datetime
1716
from dateutil.parser import parse
1817
from enum import Enum

sdks/python/dropbox_sign/configuration.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
""" # noqa: E501
1414

15-
1615
import copy
1716
import http.client as httplib
1817
import logging
@@ -24,7 +23,6 @@
2423

2524
import urllib3
2625

27-
2826
JSON_SCHEMA_VALIDATION_KEYWORDS = {
2927
"multipleOf",
3028
"maximum",

sdks/python/dropbox_sign/models/__init__.py

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

16-
1716
# import models into model package
1817
from dropbox_sign.models.account_create_request import AccountCreateRequest
1918
from dropbox_sign.models.account_create_response import AccountCreateResponse

sdks/python/dropbox_sign/models/account_create_request.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
""" # noqa: E501
1414

15-
1615
from __future__ import annotations
1716
import pprint
1817
import re # noqa: F401

sdks/python/dropbox_sign/models/account_create_response.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
""" # noqa: E501
1414

15-
1615
from __future__ import annotations
1716
import pprint
1817
import re # noqa: F401

sdks/python/dropbox_sign/models/account_get_response.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
""" # noqa: E501
1414

15-
1615
from __future__ import annotations
1716
import pprint
1817
import re # noqa: F401

sdks/python/dropbox_sign/models/account_response.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
""" # noqa: E501
1414

15-
1615
from __future__ import annotations
1716
import pprint
1817
import re # noqa: F401

sdks/python/dropbox_sign/models/account_response_quotas.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
""" # noqa: E501
1414

15-
1615
from __future__ import annotations
1716
import pprint
1817
import re # noqa: F401

sdks/python/dropbox_sign/models/account_response_settings.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
""" # noqa: E501
1414

15-
1615
from __future__ import annotations
1716
import pprint
1817
import re # noqa: F401

0 commit comments

Comments
 (0)