Skip to content

Commit

Permalink
Black formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
eugeneo committed Jul 26, 2024
1 parent 6a3ee2d commit a767dc1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions framework/helpers/docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ def _make_working_dir(base: pathlib.Path) -> str:


class Bootstrap:

def __init__(self, base: pathlib.Path, ports: list[int], host_name: str):
self.ports = ports
self.mount_dir = _make_working_dir(base)
Expand All @@ -58,7 +57,6 @@ def xds_config_server_port(self, server_id: int):


class ChildProcessEvent:

def __init__(self, source: str, data: str):
self.source = source
self.data = data
Expand Down Expand Up @@ -210,7 +208,6 @@ def log_reader_loop(self):


class GrpcProcess:

def __init__(
self,
manager: ProcessManager,
Expand Down

0 comments on commit a767dc1

Please sign in to comment.