Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
liyanhui1228 committed May 16, 2017
1 parent 38f62d9 commit d43ae32
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
9 changes: 0 additions & 9 deletions logging/google/cloud/logging/handlers/app_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,21 +40,12 @@ class AppEngineHandler(CloudLoggingHandler):
:param client: the authenticated Google Cloud Logging client for this
handler to use
:type name: str
:param name: the name of the custom log in Stackdriver Logging. Defaults
to 'python'. The name of the Python logger will be represented
in the ``python_logger`` field.
:type transport: type
:param transport: Class for creating new transport objects. It should
extend from the base :class:`.Transport` type and
implement :meth`.Transport.send`. Defaults to
:class:`.BackgroundThreadTransport`. The other
option is :class:`.SyncTransport`.
:type resource: :class:`~google.cloud.logging.resource.Resource`
:param resource: Monitored resource of the entry, defaults
to the global resource type.
"""

DEFAULT_LOGGER_NAME = 'app'
Expand Down
1 change: 0 additions & 1 deletion logging/google/cloud/logging/handlers/transports/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"""

from google.cloud.logging.handlers.transports.base import Transport
from google.cloud.logging.resource import Resource


class SyncTransport(Transport):
Expand Down
1 change: 0 additions & 1 deletion logging/tests/unit/handlers/test_app_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@


class TestAppEngineHandlerHandler(unittest.TestCase):

PROJECT = 'PROJECT'

def _get_target_class(self):
Expand Down

0 comments on commit d43ae32

Please sign in to comment.