Skip to content

Commit fd3b175

Browse files
committed
Fix lint error
1 parent 429037e commit fd3b175

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Tools/cases_generator/uop_metadata_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
Analysis,
1010
analyze_files,
1111
get_uop_cache_depths,
12-
MAX_CACHED_REGISTER,
1312
Uop,
13+
MAX_CACHED_REGISTER,
1414
)
1515
from generators_common import (
1616
DEFAULT_INPUT,

Tools/jit/_targets.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"_R", _schema.COFFRelocation, _schema.ELFRelocation, _schema.MachORelocation
3737
)
3838

39+
3940
@dataclasses.dataclass
4041
class _Target(typing.Generic[_S, _R]):
4142
triple: str

0 commit comments

Comments
 (0)