mirror of
https://github.com/docker/compose.git
synced 2025-09-26 19:18:45 +02:00
We don't need to support Python2 anymore. Signed-off-by: Bastian Venthur <bastian.venthur@flixbus.com>
3 lines
58 B
Python
3 lines
58 B
Python
import unittest # NOQA
|
|
from unittest import mock # NOQA
|