Skip to content
Snippets Groups Projects
Commit 1038b038 authored by ulif's avatar ulif
Browse files

pep8.

Requires two blank lines between functions.
parent 2a9bcf64
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@ def test_get_logger_by_name():
my_logger = logging.getLogger("ulif.diceware")
assert len(my_logger.handlers) > 0
def test_configure():
# we can configure the logger.
my_logger = logging.getLogger("ulif.diceware")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment