mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-06-18 16:25:41 +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