Skip to content

Commit 0606244

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 7a491b6 commit 0606244

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

contrib/theia/jupyter_theia_proxy/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
See https://jupyter-server-proxy.readthedocs.io/en/latest/server-process.html
55
for more information.
66
"""
7+
78
import os
89
import shutil
910

tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Reusable test fixtures for ``jupyter_server_proxy``."""
2+
23
import os
34
import shutil
45
import socket

tests/resources/httpinfo.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
Simple webserver to respond with an echo of the sent request. It can listen to
33
either a tcp port or a unix socket.
44
"""
5+
56
import argparse
67
import socket
78
import sys

0 commit comments

Comments
 (0)