Skip to content

Commit c6defd6

Browse files
author
Alan Christie
committed
style: Fixes for latest black
1 parent a95e379 commit c6defd6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/jote/compose.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060

6161

6262
def _get_docker_compose_version() -> str:
63-
6463
result = subprocess.run(
6564
["docker-compose", "version"], capture_output=True, check=False, timeout=4
6665
)
@@ -101,7 +100,6 @@ def __init__(
101100
user_id: Optional[int] = None,
102101
group_id: Optional[int] = None,
103102
):
104-
105103
# Memory must have a Mi or Gi suffix.
106104
# For docker-compose we translate to 'm' and 'g'
107105
if memory.endswith("Mi"):

0 commit comments

Comments
 (0)