Skip to content

Commit cce5c71

Browse files
committed
Add .yml extension
1 parent e206188 commit cce5c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_server/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ def get_client_schema_files():
268268

269269
files = chain.from_iterable(d.iterdir() for d in dirs if d is not None)
270270

271-
return (f for f in files if f.suffix in ('.json', '.yaml'))
271+
return (f for f in files if f.suffix in ('.json', '.yaml', '.yml'))
272272

273273

274274
def _is_iterable(x):

0 commit comments

Comments
 (0)