Skip to content

Commit

Permalink
dashboard server: prevent autopep8 from breaking eventlet (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
HolecekM committed Dec 16, 2024
1 parent e7a98bb commit a39aaa6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dashboard/server/ws_ssh.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# pylint: disable=wrong-import-position, wrong-import-order
# autopep8: off
import eventlet
eventlet.monkey_patch()

Expand All @@ -8,6 +9,7 @@
import socket
import sys
import threading
# autopep8: on


def eprint(*args, **kwargs):
Expand Down

0 comments on commit a39aaa6

Please sign in to comment.