mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-15 09:24:52 +03:00
Remove one function call
This commit is contained in:
parent
437e09a7cf
commit
f70a2fe05a
|
@ -24,9 +24,5 @@ def merge(
|
||||||
output_file.write_text(merged_content)
|
output_file.write_text(merged_content)
|
||||||
|
|
||||||
|
|
||||||
def main():
|
|
||||||
merge(DOTENV_FILE, PRODUCTION_DOTENV_FILES)
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
main()
|
merge(DOTENV_FILE, PRODUCTION_DOTENV_FILES)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user