refactor(build): Double quotes instead of single quotes
This commit is contained in:
		| @@ -243,7 +243,7 @@ def an_important_function( | ||||
|     return ["I", "am", "a", "list"] | ||||
|  | ||||
|  | ||||
| if __name__ == '__main__': | ||||
| if __name__ == "__main__": | ||||
|     {% if cookiecutter.use_config_ini == "yes" -%} | ||||
|     validate_default_section(config) | ||||
|     if config_has_valid_section(config): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user