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 May 25, 2024
1 parent 227e3b3 commit ae58fc7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/pyflask/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@
from logging.handlers import RotatingFileHandler
from pathlib import Path
from signal import SIGINT

from urllib.parse import unquote


# https://stackoverflow.com/questions/32672596/pyinstaller-loads-script-multiple-times#comment103216434_32677108
multiprocessing.freeze_support()

Expand Down Expand Up @@ -84,7 +82,6 @@ def post(self):
selected_logger(message)



@flask_api.route("/server_shutdown", endpoint="shutdown")
@flask_api.doc(description="Close the Flask server.")
class Shutdown(Resource):
Expand Down

0 comments on commit ae58fc7

Please sign in to comment.