Skip to content

Commit

Permalink
Asciibetically sorted imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Wes Mason committed Jun 10, 2015
1 parent b568e72 commit 45f4707
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorial-part-2.rst
Expand Up @@ -90,7 +90,7 @@ can add some custom callbacks:
.. code-block:: python
#!/usr/bin/env python
from conn_check_configs.django import EXTRA_CHECK_MAKERS, run
from conn_check_configs.django import run, EXTRA_CHECK_MAKERS
def make_proxied_translate_check(settings, options):
Expand Down Expand Up @@ -194,7 +194,7 @@ strings:
.. code-block:: python
#!/usr/bin/env python
from conn_check_configs.django import STATSD_CHECK, run
from conn_check_configs.django import run, STATSD_CHECK
STATSD_CHECK['send'] = 'Hakuna'
STATSD_CHECK['expect'] = 'Matata'
Expand Down

0 comments on commit 45f4707

Please sign in to comment.