Skip to content

Commit 4ad9add

Browse files
authored
ruff rule UP009 (#441)
1 parent c944898 commit 4ad9add

File tree

122 files changed

+1
-122
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

122 files changed

+1
-122
lines changed

check-license.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ check_license () {
3333

3434
for fname in `find . -name "*.py"`;
3535
do
36-
check_license $fname "$(cat license-header.txt)" 15
36+
check_license $fname "$(tail -13 license-header.txt)" 14
3737
done
3838

3939
for fname in `find . -name "*.sh"`;

compiler_opt/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# coding=utf-8
21
# Copyright 2020 Google LLC
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License");

compiler_opt/benchmark/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# coding=utf-8
21
# Copyright 2020 Google LLC
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License");

compiler_opt/benchmark/benchmark_chromium.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# coding=utf-8
21
# Copyright 2020 Google LLC
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License");

compiler_opt/benchmark/benchmark_llvm_test_suite.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# coding=utf-8
21
# Copyright 2020 Google LLC
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License");

compiler_opt/benchmark/benchmark_report.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# coding=utf-8
21
# Copyright 2020 Google LLC
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License");

compiler_opt/benchmark/benchmark_report_converter.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# coding=utf-8
21
# Copyright 2020 Google LLC
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License");

compiler_opt/benchmark/benchmark_report_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# coding=utf-8
21
# Copyright 2020 Google LLC
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License");

compiler_opt/benchmark/benchmarking_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# coding=utf-8
21
# Copyright 2020 Google LLC
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License");

compiler_opt/benchmark/filter_tests.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# coding=utf-8
21
# Copyright 2020 Google LLC
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License");

0 commit comments

Comments
 (0)