Skip to content

Commit 7bbffdf

Browse files
refactor: add newline at end of file
It is recommended to put a newline at the end of the file.
1 parent ab5c48f commit 7bbffdf

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .inventory import InventoryHandler
22
from .project import ProjectHandler
3-
from .report import ReportHandler
3+
from .report import ReportHandler

codeinsight_sdk/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ class Report(DataClassJsonMixin):
6161
enableProjectPicker: bool
6262
order: int
6363
createdDateTime: str
64-
updatedDateTime: str
64+
updatedDateTime: str

examples/example-9-dataframe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88

99

1010
inventory = client.project_inventory.get(1)
11-
df = pd.DataFrame(inventory.__dict__['inventoryItems'])
11+
df = pd.DataFrame(inventory.__dict__['inventoryItems'])

examples/shared.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11

22
BASE_URL = 'https://api.revenera.com'
3-
AUTH_TOKEN = 'test'
3+
AUTH_TOKEN = 'test'

0 commit comments

Comments
 (0)