Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(639)

Unified Diff: recipe_engine/stream_logdog.py

Issue 2702313003: Remove unused imports and fix some other linter errors. (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: recipe_engine/stream_logdog.py
diff --git a/recipe_engine/stream_logdog.py b/recipe_engine/stream_logdog.py
index 8c8c69703ccfd7efa4a0a98496f5b3f8237e8827..1e1e12b9943e436bb84a6e78760c9c85ef484ee5 100644
--- a/recipe_engine/stream_logdog.py
+++ b/recipe_engine/stream_logdog.py
@@ -7,21 +7,16 @@ protobuf.
"""
import collections
-import contextlib
import copy
import datetime
import functools
-import itertools
import os
import threading
import sys
from . import env
from . import stream
-from . import util
-import google.protobuf.message
-import google.protobuf.timestamp_pb2 as timestamp_pb2
import libs.logdog.bootstrap
import libs.logdog.stream
import libs.logdog.streamname

Powered by Google App Engine
This is Rietveld 408576698