mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Fixed style
This commit is contained in:
parent
0a042fc3f0
commit
0c26f41ac9
@ -321,7 +321,6 @@ class PRInfo:
|
|||||||
for f in self.changed_files
|
for f in self.changed_files
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
def can_skip_integration_tests(self, versions: List[str]):
|
def can_skip_integration_tests(self, versions: List[str]):
|
||||||
if FORCE_TESTS_LABEL in self.labels:
|
if FORCE_TESTS_LABEL in self.labels:
|
||||||
return False
|
return False
|
||||||
@ -342,7 +341,6 @@ def can_skip_integration_tests(self, versions: List[str]):
|
|||||||
for f in self.changed_files
|
for f in self.changed_files
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
def can_skip_functional_tests(
|
def can_skip_functional_tests(
|
||||||
self, version, test_type: Literal["stateless", "stateful"]
|
self, version, test_type: Literal["stateless", "stateful"]
|
||||||
):
|
):
|
||||||
|
Loading…
Reference in New Issue
Block a user