X-Git-Url: https://git.rapsys.eu/youtubedl/blobdiff_plain/a070911bf98c751e4425008f1335cc57c86d30fc..5da5b952db07bb98a8f3a4b208a84e94e5bec9c0:/devscripts/make_contributing.py

diff --git a/devscripts/make_contributing.py b/devscripts/make_contributing.py
index 5e454a4..226d1a5 100755
--- a/devscripts/make_contributing.py
+++ b/devscripts/make_contributing.py
@@ -28,5 +28,6 @@ def main():
     with io.open(outfile, 'w', encoding='utf-8') as outf:
         outf.write(out)
 
+
 if __name__ == '__main__':
     main()