Skip to content

Commit a968931

Browse files
committed
chore(lint): fix flake8 W391/W292 in task_comments files
1 parent f5cbddc commit a968931

File tree

5 files changed

+1
-7
lines changed

5 files changed

+1
-7
lines changed

crowdin_api/api_resources/task_comments/__init__.py

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

33
__all__ = [
44
"TaskCommentsResource",
5-
]
6-
7-
5+
]

crowdin_api/api_resources/task_comments/enums.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@
44
class TaskCommentPatchPath(Enum):
55
TEXT = "/text"
66

7-

crowdin_api/api_resources/task_comments/resource.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,3 @@ def edit_task_comment(
124124
request_data=data,
125125
)
126126

127-

crowdin_api/api_resources/task_comments/tests/test_task_comments_resources.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,3 @@ def test_edit_task_comment(self, m_request, base_absolut_url):
111111
request_data=data,
112112
)
113113

114-

crowdin_api/api_resources/task_comments/types.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@ class TaskCommentPatchRequest(TypedDict):
1010
op: PatchOperation
1111
path: TaskCommentPatchPath
1212

13-

0 commit comments

Comments
 (0)