Skip to content

Commit b0c09b6

Browse files
committed
Added None default param for editor file patterns.
1 parent 0edc66e commit b0c09b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ class FilePatterns:
280280
solution: List[str]
281281
test: List[str]
282282
example: List[str]
283-
editor: List[str]
283+
editor: List[str] = None
284284
exemplar: List[str]
285285

286286

0 commit comments

Comments
 (0)