Skip to content

Commit

Permalink
lint after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Feb 9, 2022
1 parent 31be4c7 commit 7f18b89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions jupyter_server/serverapp.py
Expand Up @@ -961,10 +961,9 @@ def _validate_sock_mode(self, proposal):
return value

certfile = Unicode(
u"",
"",
config=True,
help=_i18n("""The full path to an SSL/TLS certificate file."""),

)

keyfile = Unicode(
Expand Down
Expand Up @@ -71,7 +71,7 @@ async def test_saving_different_chunks(jp_large_contents_manager):
"name": "test",
"path": "test",
"type": "file",
"content": u"test==",
"content": "test==",
"format": "text",
}
name = model["name"]
Expand Down

0 comments on commit 7f18b89

Please sign in to comment.