Skip to content
Snippets Groups Projects
Commit 07cdddde authored by Erik Reid's avatar Erik Reid
Browse files

pep8

parent b117808a
No related branches found
No related tags found
No related merge requests found
......@@ -40,4 +40,4 @@ def _db_test(db, router):
crs.execute(query, (router['hostname'],))
for (absid,) in crs:
database_logger.debug("absid: %r" % absid)
yield absid
\ No newline at end of file
yield absid
......@@ -40,4 +40,4 @@ def _db_test(db, router):
for (model, manufacturer) in crs:
database_logger.debug("%s: %s %s" % (
router['hostname'], model, manufacturer))
yield {"model": model, "manufacturer": manufacturer}
\ No newline at end of file
yield {"model": model, "manufacturer": manufacturer}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment