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,8 +321,7 @@ class PRInfo:
|
||||
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:
|
||||
return False
|
||||
|
||||
@ -342,10 +341,9 @@ def can_skip_integration_tests(self, versions: List[str]):
|
||||
for f in self.changed_files
|
||||
)
|
||||
|
||||
|
||||
def can_skip_functional_tests(
|
||||
def can_skip_functional_tests(
|
||||
self, version, test_type: Literal["stateless", "stateful"]
|
||||
):
|
||||
):
|
||||
if FORCE_TESTS_LABEL in self.labels:
|
||||
return False
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user