mirror of
https://github.com/docker/compose.git
synced 2026-07-10 10:14:13 +00:00
Removed now useless check for version_info >= 2.7
Signed-off-by: Bastian Venthur <bastian.venthur@flixbus.com>
This commit is contained in:
parent
5529376d4c
commit
c44746d92d
1 changed files with 1 additions and 6 deletions
|
|
@ -1,9 +1,4 @@
|
|||
import sys
|
||||
|
||||
if sys.version_info >= (2, 7):
|
||||
import unittest # NOQA
|
||||
else:
|
||||
import unittest2 as unittest # NOQA
|
||||
import unittest # NOQA
|
||||
|
||||
try:
|
||||
from unittest import mock
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue