File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -813,7 +813,7 @@ def review_negatives(
813813 console .print (Rule ("Overlapping Broad Keywords" ))
814814 console .print ()
815815 console .print (
816- "[dim]These keywords exist as BROAD match in multiple ad groups " " (may cause competition):[/dim]"
816+ "[dim]These keywords exist as BROAD match in multiple ad groups (may cause competition):[/dim]"
817817 )
818818 console .print ()
819819
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ def test_auth(
103103
104104 if settings .private_key and not settings .private_key_path :
105105 print_warning (
106- "ASA_PRIVATE_KEY env var is deprecated. " " Use ASA_PRIVATE_KEY_PATH to reference a key file instead."
106+ "ASA_PRIVATE_KEY env var is deprecated. Use ASA_PRIVATE_KEY_PATH to reference a key file instead."
107107 )
108108 error_console .print ()
109109
@@ -190,7 +190,7 @@ def show_config(
190190 if settings .private_key and not settings .private_key_path :
191191 error_console .print ()
192192 print_warning (
193- "ASA_PRIVATE_KEY env var is deprecated. " " Use ASA_PRIVATE_KEY_PATH to reference a key file instead."
193+ "ASA_PRIVATE_KEY env var is deprecated. Use ASA_PRIVATE_KEY_PATH to reference a key file instead."
194194 )
195195
196196 except ValidationError as e :
Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ async def translate_keywords(
219219 prompt = f"""Translate the following keywords from { source_name } to { target_name } .
220220
221221Keywords to translate:
222- { chr (10 ).join (f' - { kw } ' for kw in keywords )}
222+ { chr (10 ).join (f" - { kw } " for kw in keywords )}
223223
224224Provide translations for each keyword."""
225225
You can’t perform that action at this time.
0 commit comments