"vscode:/vscode.git/clone" did not exist on "bc2d586dcbba9429f4b0d9600a559fff18f599b6"
Commit fa074265 authored by pythongosssss's avatar pythongosssss
Browse files

Remove random spaces

parent eaab4bf9
...@@ -832,7 +832,7 @@ class LoadImage: ...@@ -832,7 +832,7 @@ class LoadImage:
with open(image_path, 'rb') as f: with open(image_path, 'rb') as f:
m.update(f.read()) m.update(f.read())
return m.digest().hex() return m.digest().hex()
class LoadImageMask: class LoadImageMask:
input_dir = os.path.join(os.path.dirname(os.path.realpath(__file__)), "input") input_dir = os.path.join(os.path.dirname(os.path.realpath(__file__)), "input")
@classmethod @classmethod
...@@ -867,7 +867,7 @@ class LoadImageMask: ...@@ -867,7 +867,7 @@ class LoadImageMask:
with open(image_path, 'rb') as f: with open(image_path, 'rb') as f:
m.update(f.read()) m.update(f.read())
return m.digest().hex() return m.digest().hex()
class ImageScale: class ImageScale:
upscale_methods = ["nearest-exact", "bilinear", "area"] upscale_methods = ["nearest-exact", "bilinear", "area"]
crop_methods = ["disabled", "center"] crop_methods = ["disabled", "center"]
......
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