Fixed whitespace issue in main.py (PEP8).

parent 216b5019
...@@ -12,6 +12,7 @@ import os ...@@ -12,6 +12,7 @@ import os
from src.backend.backend import app from src.backend.backend import app
def init_readline(): def init_readline():
try: try:
import readline import readline
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment