Mercurial > code > home > repos > rdferry
diff examples/serve_inline_graph_test.py @ 12:ba73d8ba81dc default tip
refactor
author | drewp@bigasterisk.com |
---|---|
date | Mon, 18 Mar 2024 16:51:44 -0700 |
parents | 0bc06da6bf74 |
children |
line wrap: on
line diff
--- a/examples/serve_inline_graph_test.py Mon Mar 18 16:42:21 2024 -0700 +++ b/examples/serve_inline_graph_test.py Mon Mar 18 16:51:44 2024 -0700 @@ -1,8 +1,12 @@ +import logging from pathlib import Path -import logging + import pytest -from examples._run_server_child import RunHttpServerChildProcess, assert_event_stream_starts_with +from examples._run_server_child import ( + RunHttpServerChildProcess, + assert_event_stream_starts_with, +) log = logging.getLogger('test') logging.basicConfig(level=logging.INFO)