Skip to content

Commit 11a46f7

Browse files
committed
misc(black): Fixed codding style
1 parent 00e1b6a commit 11a46f7

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

mozjpeg_lossless_optimization/mozjpeg_opti_build.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
from cffi import FFI
55

6-
76
_ROOT = os.path.abspath(os.path.dirname(__file__))
87
_C_FILE = os.path.join(_ROOT, "mozjpeg_opti.c")
98
_H_FILE = os.path.join(_ROOT, "mozjpeg_opti.h")

noxfile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import nox
22

3-
43
PYTHON_FILES = [
54
"mozjpeg_lossless_optimization",
65
"tests",

0 commit comments

Comments
 (0)