Skip to content

Commit a987be7

Browse files
committed
formatting
1 parent 77a8ba1 commit a987be7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Tools/jit/_optimizers.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import typing
55

66
_RE_NEVER_MATCH = re.compile(r"(?!)") # Same as saying "not string.startswith('')".
7-
87
_X86_BRANCHES = {
98
"ja": "jna",
109
"jae": "jnae",
@@ -51,7 +50,6 @@ def resolve(self) -> typing.Self:
5150

5251
@dataclasses.dataclass
5352
class Optimizer:
54-
5553
path: pathlib.Path
5654
_: dataclasses.KW_ONLY
5755
prefix: str = ""

0 commit comments

Comments
 (0)