compose/tests/__init__.py
Bastian Venthur 6351ad8a95 Import unittest.mock directly.
We don't need to support Python2 anymore.

Signed-off-by: Bastian Venthur <bastian.venthur@flixbus.com>
2020-06-03 17:43:56 +02:00

3 lines
58 B
Python

import unittest # NOQA
from unittest import mock # NOQA