Skip to content

Commit

Permalink
Style.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Sep 8, 2022
1 parent 76b062f commit d423f39
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion bowtie/_cli.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from collections import defaultdict
from contextlib import AsyncExitStack
import asyncio
import json
Expand Down
5 changes: 1 addition & 4 deletions bowtie/_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from textwrap import indent
from time import monotonic_ns
import asyncio
import io
import json
import sys

Expand Down Expand Up @@ -152,9 +151,7 @@ def writer(file=sys.stdout):
class Reporter:

_write = field(default=writer())
_log: structlog.BoundLogger = field(
factory=structlog.get_logger
)
_log: structlog.BoundLogger = field(factory=structlog.get_logger)

def run_starting(self, implementations):
self._log.info("Starting", implementations=implementations)
Expand Down

0 comments on commit d423f39

Please sign in to comment.