Skip to content

Commit 25c550e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6079a5e commit 25c550e

File tree

5 files changed

+0
-8
lines changed

5 files changed

+0
-8
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,3 @@ tools/.*\.[17]$
5454
tools/doc/man-date.ent
5555

5656
clib/
57-

LICENSE-MPL-RabbitMQ

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,3 @@ EXHIBIT A -Mozilla Public License.
468468
the notices in the Source Code files of the Original Code. You should
469469
use the text of this Exhibit A rather than the text found in the
470470
Original Code Source Code for Your Modifications.]
471-
472-
473-

benchmark.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,3 @@ def bench_basic_consume(iterations=10000, bytes=None):
8383
args = parser.parse_args()
8484
for benchmark in benchmarks:
8585
benchmark(args.iters, bytes=args.bytes)
86-
87-

funtests/disabled_basic_get_leak.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,3 @@
2020
if not i % 1000:
2121
print(i)
2222
os.system('sh -c "ps auxww | grep %d | grep -v grep "' % os.getpid())
23-

manylinux1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
docker run --rm -v `pwd`:/workspace:z quay.io/pypa/manylinux1_x86_64 /workspace/build-manylinux1-wheels.sh
2-

0 commit comments

Comments
 (0)