Skip to content

Commit 399448d

Browse files
authored
Merge pull request #4 from DefensiveOrigins/main
test
2 parents 7159efb + 675b566 commit 399448d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

EnumEnvVars.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from pathlib import Path
66

77
import requests
8-
from alive_progress import alive_bar
8+
from alive_progress import alive_bar
99

1010

1111
DEFAULT_URL = "http://localhost:2375" # Docker Engine API (no auth; enable with care)
@@ -85,7 +85,7 @@ def parse_args():
8585

8686

8787
def print_engine_overview(info: dict):
88-
"""Pretty, concise overview of key /info fields."""
88+
"""Pretty, concise overview of key /info fields. """
8989
if not info:
9090
print("Engine Info: (unavailable)")
9191
return

0 commit comments

Comments
 (0)