Skip to content

Commit

Permalink
make ruff happy
Browse files Browse the repository at this point in the history
  • Loading branch information
jokester committed Apr 22, 2024
1 parent 846fec8 commit a74cade
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/apis/manga_image_translator.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from flask import request

from app.exceptions.base import UploadFileNotFoundError
from app.tasks.mit import preprocess_mit, mit_ocr, mit_detect_text, mit_translate
from app.tasks.mit import mit_ocr, mit_detect_text, mit_translate
from app.tasks import queue_task, wait_result_sync
from app import app_config
from werkzeug.datastructures import FileStorage
Expand Down
3 changes: 1 addition & 2 deletions manage.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import os

import re
import click

import logging

from app import create_app, init_db
Expand Down

0 comments on commit a74cade

Please sign in to comment.