mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
Fix testcases.py formatting
Signed-off-by: Alexey Rokhin <arokhin@mail.ru>
This commit is contained in:
parent
a9597d72f5
commit
700d6aca54
@ -75,6 +75,7 @@ def v2_1_only():
|
||||
return min_version_skip(V2_1)
|
||||
|
||||
|
||||
|
||||
def v2_2_only():
|
||||
return min_version_skip(V2_2)
|
||||
|
||||
@ -83,6 +84,7 @@ def v2_3_only():
|
||||
return min_version_skip(V2_3)
|
||||
|
||||
|
||||
|
||||
def v3_only():
|
||||
return min_version_skip(V3_0)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user