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 Dec 1, 2023
1 parent 82935ee commit 35f3699
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion robyn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from robyn.responses import serve_file, serve_html
from robyn.robyn import FunctionInfo, HttpMethod, Request, Response, get_version, jsonify, WebSocketConnector, Headers
from robyn.router import MiddlewareRouter, MiddlewareType, Router, WebSocketRouter
from robyn.types import Directory, Header
from robyn.types import Directory
from robyn import status_codes
from robyn.ws import WebSocket

Expand Down
2 changes: 1 addition & 1 deletion robyn/processpool.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from robyn.events import Events
from robyn.robyn import FunctionInfo, Headers, Server, SocketHeld
from robyn.router import GlobalMiddleware, RouteMiddleware, Route
from robyn.types import Directory, Header
from robyn.types import Directory
from robyn.ws import WebSocket


Expand Down
1 change: 0 additions & 1 deletion robyn/router.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
from robyn import status_codes

from robyn.ws import WebSocket
from robyn.types import Header


class Route(NamedTuple):
Expand Down

0 comments on commit 35f3699

Please sign in to comment.