Skip to content

Commit

Permalink
Fix imports to improve code quality (0xHericles#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zkarvx authored Jun 21, 2021
1 parent bbf94ac commit fc315fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cast/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ def read_and_forward_pty_output(session_id):
sys.exit(0)


from .routes import *
from .events import *
from .routes import http
from .events import client_input

app.register_blueprint(http, url_prefix=r"")

Expand Down

0 comments on commit fc315fe

Please sign in to comment.