summaryrefslogtreecommitdiffstats
path: root/git_trace2_event_log_base.py
diff options
context:
space:
mode:
authorMike Frysinger <vapier@google.com>2023-10-19 05:13:32 -0400
committerLUCI <gerrit-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-10-20 04:51:01 +0000
commitd4aee6570b64c5b6de584b0a5ce76e6a139faf38 (patch)
treec70cfd687689cff85ca7682071ccd0c8f690536c /git_trace2_event_log_base.py
parent024df06ec15d7304fbb5f9a2b1aa44f2af9daf4c (diff)
downloadgit-repo-d4aee6570b64c5b6de584b0a5ce76e6a139faf38.tar.gz
delete Python 2 (object) compat
Bug: 302871152 Change-Id: I39636d73a6e1d69efa8ade74f75c5381651e6dc8 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/390054 Commit-Queue: Mike Frysinger <vapier@google.com> Reviewed-by: Aravind Vasudevan <aravindvasudev@google.com> Tested-by: Mike Frysinger <vapier@google.com>
Diffstat (limited to 'git_trace2_event_log_base.py')
-rw-r--r--git_trace2_event_log_base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git_trace2_event_log_base.py b/git_trace2_event_log_base.py
index d986b240..7b51b753 100644
--- a/git_trace2_event_log_base.py
+++ b/git_trace2_event_log_base.py
@@ -42,7 +42,7 @@ import threading
42p_init_count = 0 42p_init_count = 0
43 43
44 44
45class BaseEventLog(object): 45class BaseEventLog:
46 """Event log that records events that occurred during a repo invocation. 46 """Event log that records events that occurred during a repo invocation.
47 47
48 Events are written to the log as a consecutive JSON entries, one per line. 48 Events are written to the log as a consecutive JSON entries, one per line.