Fix consecutive string literals not forcing optional parentheses
This commit is contained in:
parent
31fbd1982f
commit
5dfc911e6b
@ -32,6 +32,11 @@ def test(self) -> None:
|
|||||||
# Another
|
# Another
|
||||||
):
|
):
|
||||||
print(i)
|
print(i)
|
||||||
|
if _cfg_target_split > [int(x) for x in cur_target.split(".")]:
|
||||||
|
my_msg = "$MACOSX_DEPLOYMENT_TARGET mismatch: " 'now "%s" but "%s" during configure' % (
|
||||||
|
cur_target,
|
||||||
|
_cfg_target,
|
||||||
|
)
|
||||||
|
|
||||||
def omitting_trailers(self) -> None:
|
def omitting_trailers(self) -> None:
|
||||||
get_collection(
|
get_collection(
|
||||||
|
Loading…
Reference in New Issue
Block a user