misc: Run pre-commit run --all-files
This is reflect the updates made to black when running `pre-commit autoupdate`. Change-Id: Ifb7fea117f354c7f02f26926a5afdf7d67bc5919
This commit is contained in:
@@ -318,7 +318,6 @@ class LooppointTestSuite(unittest.TestCase):
|
||||
self.assertEquals(PcCountPair(101, 202), targets[5])
|
||||
|
||||
def test_get_region_start_id_map(self):
|
||||
|
||||
region1 = LooppointRegion(
|
||||
simulation=LooppointSimulation(
|
||||
start=LooppointRegionPC(pc=56, globl=2345, relative=344),
|
||||
|
||||
@@ -75,7 +75,6 @@ class MD5DirTestSuite(unittest.TestCase):
|
||||
"""Test cases for gem5.resources.md5_utils.md5_dir()"""
|
||||
|
||||
def _create_temp_directory(self) -> Path:
|
||||
|
||||
dir = tempfile.mkdtemp()
|
||||
|
||||
with open(os.path.join(dir, "file1"), "w") as f:
|
||||
|
||||
Reference in New Issue
Block a user