Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 6, 2024
1 parent 89edf8c commit 3c9a00b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Test whether ServerProcessEntryPoint can be configured using traitlets
"""

import sys
from pathlib import Path

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Simple webserver to respond with an echo of the sent request.
"""

import argparse
from http.server import BaseHTTPRequestHandler, HTTPServer

Expand Down

0 comments on commit 3c9a00b

Please sign in to comment.