Skip to content

Commit e42cc58

Browse files
Linting
1 parent 6c3d108 commit e42cc58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/scripts/test_profiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def test_parse_cpu_file(tmpdir):
153153
cgroup_cpu_path='',
154154
memory_allocated_path='',
155155
cgroup_version=1,
156-
max_rss = 0)
156+
max_rss=0)
157157
bad_process_object_v1_2 = Process(
158158
cgroup_memory_path=mem_file,
159159
cgroup_cpu_path=cpu_file_v1_bad,

0 commit comments

Comments
 (0)