Skip to content

Commit 0749434

Browse files
committed
Add another break to satisfy PEP8
1 parent c597394 commit 0749434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"New dataclass": {
5454
"prefix": "classd",
5555
"body": [
56-
"from dataclasses import dataclass\n",
56+
"from dataclasses import dataclass\n\n",
5757
"@dataclass",
5858
"class ${1:ClassName}(${2:object}):",
5959
"\t\"\"\"${3:Docstring for $1.}\"\"\"",

0 commit comments

Comments
 (0)