Skip to content

Commit

Permalink
Missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
Zsailer authored Oct 4, 2021
1 parent 5d10ca4 commit 9b6a7e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter_server/serverapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,7 @@ def _token_default(self):
OSError: [Errno 24] Too many open files.
This is not applicable when running on Windows.
""",
allow_none=True
allow_none=True,
)

@default("min_open_files_limit")
Expand Down

0 comments on commit 9b6a7e2

Please sign in to comment.