forked from orbit-oss/flask
Remove two redundant empty lines.
PEP8 suggests to use two empty lines to separate functions, not three.
This commit is contained in:
parent
47d7f20d9b
commit
e41bf1e181
2 changed files with 0 additions and 2 deletions
|
|
@ -19,7 +19,6 @@ except ImportError:
|
|||
import flask
|
||||
|
||||
|
||||
|
||||
pytestmark = pytest.mark.skipif(
|
||||
blinker is None,
|
||||
reason='Signals require the blinker library.'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue