Skip to content

Commit 7b3b847

Browse files
JohnPatonmax-sixty
authored andcommitted
Update intro.rst (#256)
1 parent a0a6965 commit 7b3b847

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/pandas-gbq/docs/source/intro.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ more verbose logs, you can do something like:
2020
.. code-block:: ipython
2121
2222
import logging
23-
import sys
2423
logger = logging.getLogger('pandas_gbq')
2524
logger.setLevel(logging.DEBUG)
26-
logger.addHandler(logging.StreamHandler(stream=sys.stdout))
25+
logger.addHandler(logging.StreamHandler())

0 commit comments

Comments
 (0)