We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c905f9 + bdb3e4e commit 51d180dCopy full SHA for 51d180d
podman_compose.py
@@ -7,7 +7,7 @@
7
# https://docs.docker.com/compose/django/
8
# https://docs.docker.com/compose/wordpress/
9
# TODO: podman pod logs --color -n -f pod_testlogs
10
-from __future__ import annotations
+from __future__ import annotations # If you see an error here, use Python 3.7 or greater
11
12
import argparse
13
import asyncio.exceptions
0 commit comments