Merge pull request #2154 from juanpabloaj/removed-unused-import-logging
removed unused import logging
This commit is contained in:
commit
4bc35ee9bf
|
@ -103,7 +103,5 @@ def main():
|
|||
|
||||
|
||||
if __name__ == '__main__':
|
||||
import logging
|
||||
logging.basicConfig()
|
||||
io_loop = ioloop.IOLoop.current()
|
||||
io_loop.run_sync(main)
|
||||
|
|
Loading…
Reference in New Issue