Skip to content

Commit 3c9a00b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 89edf8c commit 3c9a00b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/resources/dummyentrypoint/test_jsp_dummyentrypoint/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""
22
Test whether ServerProcessEntryPoint can be configured using traitlets
33
"""
4+
45
import sys
56
from pathlib import Path
67

tests/resources/dummyentrypoint/test_jsp_dummyentrypoint/httpinfo.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""
22
Simple webserver to respond with an echo of the sent request.
33
"""
4+
45
import argparse
56
from http.server import BaseHTTPRequestHandler, HTTPServer
67

0 commit comments

Comments
 (0)