diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-02-21 15:21:49 +0100 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-02-21 15:21:49 +0100 |
commit | 0ce9577754bc3e39a47be6fec50f6cc1d255dd5e (patch) | |
tree | 60a85c7fe19444197cae06d307d51de252c4e253 /lib/protocol_benchmarks.py | |
parent | e7ee25bfc59495e076265577638b8f58733f8912 (diff) |
black(1)
Diffstat (limited to 'lib/protocol_benchmarks.py')
-rwxr-xr-x | lib/protocol_benchmarks.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/protocol_benchmarks.py b/lib/protocol_benchmarks.py index 4a40de9..939fba5 100755 --- a/lib/protocol_benchmarks.py +++ b/lib/protocol_benchmarks.py @@ -171,7 +171,6 @@ class Avro(DummyProtocol): class Thrift(DummyProtocol): - class_index = 1 def __init__(self, data): |