refactor(build): Double quotes instead of single quotes
This commit is contained in:
parent
0971286823
commit
1d929f5fb3
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user