Skip to content

Commit

Permalink
remove os and log config from __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
Prodesire committed Dec 14, 2017
1 parent 101e217 commit 0726afb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pydu/__init__.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
import os
import logging


__version__ = '0.1.0'


logger = logging.getLogger(__name__)
logging.basicConfig(format='%(asctime)s [%(levelname)s] %(message)s',
datefmt='%Y-%m-%d %H:%M:%S')

0 comments on commit 0726afb

Please sign in to comment.