mirror of
https://github.com/docker/compose.git
synced 2026-07-02 14:15:44 +00:00
We don't need to support Python2 anymore. Signed-off-by: Bastian Venthur <bastian.venthur@flixbus.com>
2 lines
58 B
Python
2 lines
58 B
Python
import unittest # NOQA
|
|
from unittest import mock # NOQA
|