Skip to content

Commit 4d05606

Browse files
committed
style(task_comments): fix EOF newlines and trailing blanks
1 parent 47fdfd4 commit 4d05606

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

crowdin_api/api_resources/task_comments/enums.py

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

33

44
class TaskCommentPatchPath(Enum):
5-
TEXT = "/text"
5+
TEXT = "/text"

crowdin_api/api_resources/task_comments/resource.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,4 @@ def edit_task_comment(
122122
projectId=projectId, taskId=taskId, taskCommentId=taskCommentId
123123
),
124124
request_data=data,
125-
)
125+
)

crowdin_api/api_resources/task_comments/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
class TaskCommentPatchRequest(TypedDict):
99
value: Any
1010
op: PatchOperation
11-
path: TaskCommentPatchPath
11+
path: TaskCommentPatchPath

0 commit comments

Comments
 (0)