Skip to content

Commit 8f96690

Browse files
committed
ci: fix linting issues.
1 parent d382363 commit 8f96690

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyfunceble_webworker/models/syntax.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ class SyntaxStatusBase(BaseModel):
7070
tested_at: datetime
7171

7272

73-
class SyntaxStatus(SyntaxStatusBase): ...
73+
class SyntaxStatus(SyntaxStatusBase): ... # noqa: E701

0 commit comments

Comments
 (0)