Skip to content

Commit

Permalink
pep8: split import onto two lines
Browse files Browse the repository at this point in the history
  • Loading branch information
kneufeld committed Dec 29, 2018
1 parent 69610c8 commit e3855b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion consolemd/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
characters are stripped.
"""

import os, sys
import os
import sys
import click

import logging
Expand Down

0 comments on commit e3855b8

Please sign in to comment.