From 060624421e17bb74355ac7d29661f0ea90b69eb9 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 23:16:10 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- contrib/theia/jupyter_theia_proxy/__init__.py | 1 + tests/conftest.py | 1 + tests/resources/httpinfo.py | 1 + 3 files changed, 3 insertions(+) diff --git a/contrib/theia/jupyter_theia_proxy/__init__.py b/contrib/theia/jupyter_theia_proxy/__init__.py index 008ff468..bfd51589 100644 --- a/contrib/theia/jupyter_theia_proxy/__init__.py +++ b/contrib/theia/jupyter_theia_proxy/__init__.py @@ -4,6 +4,7 @@ See https://jupyter-server-proxy.readthedocs.io/en/latest/server-process.html for more information. """ + import os import shutil diff --git a/tests/conftest.py b/tests/conftest.py index 90fd3893..e6b7e9f4 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,4 +1,5 @@ """Reusable test fixtures for ``jupyter_server_proxy``.""" + import os import shutil import socket diff --git a/tests/resources/httpinfo.py b/tests/resources/httpinfo.py index 1bb1faa9..64779a10 100644 --- a/tests/resources/httpinfo.py +++ b/tests/resources/httpinfo.py @@ -2,6 +2,7 @@ Simple webserver to respond with an echo of the sent request. It can listen to either a tcp port or a unix socket. """ + import argparse import socket import sys