mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 01:38:21 +08:00
Opt: Imports isorted
This commit is contained in:
@@ -2,7 +2,7 @@ import cv2
|
||||
import numpy as np
|
||||
|
||||
from module.base.template import Template
|
||||
from module.base.utils import load_image, rgb2gray, image_channel
|
||||
from module.base.utils import image_channel, load_image, rgb2gray
|
||||
|
||||
|
||||
class Mask(Template):
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
import re
|
||||
|
||||
import gc
|
||||
import re
|
||||
|
||||
from module.base.decorator import cached_property
|
||||
from module.logger import logger
|
||||
|
||||
Reference in New Issue
Block a user