Skip to content

Commit 10ee220

Browse files
committed
misc(black): Fixed codding style
1 parent 943df09 commit 10ee220

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

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
"scanline_wrapper.py",
65
"noxfile.py",

scanline_wrapper.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
from enum import Enum
77
from pathlib import Path
88

9-
109
logger = logging.getLogger("scanline_wrapper")
1110

1211

0 commit comments

Comments
 (0)