Skip to content

Commit d06db4b

Browse files
JohnPatonmax-sixty
authored andcommitted
Update intro.rst (#256)
1 parent 8a26345 commit d06db4b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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)