forked from orbit-oss/flask
apply reorder-python-imports pre-commit config
This commit is contained in:
parent
ab8d60d826
commit
43483683b2
56 changed files with 292 additions and 247 deletions
|
|
@ -8,13 +8,13 @@
|
|||
:copyright: © 2010 by the Pallets team.
|
||||
:license: BSD, see LICENSE for more details.
|
||||
"""
|
||||
import logging
|
||||
|
||||
import pytest
|
||||
import werkzeug.serving
|
||||
from jinja2 import TemplateNotFound
|
||||
|
||||
import flask
|
||||
import logging
|
||||
from jinja2 import TemplateNotFound
|
||||
import werkzeug.serving
|
||||
|
||||
|
||||
def test_context_processing(app, client):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue