diff options
| author | txtsd <thexerothermicsclerodermoid@gmail.com> | 2022-04-06 17:53:16 +0530 |
|---|---|---|
| committer | txtsd <thexerothermicsclerodermoid@gmail.com> | 2022-04-06 17:53:16 +0530 |
| commit | 0201def4c59a8197e6f8b999e40e04f05c333f0e (patch) | |
| tree | 6270e212d81c8a5d1f6f0092f8942b6f78b39ab6 /updateForge.py | |
| parent | af0ed5f92f139af2d74efd95a4dcba2620bb4b8d (diff) | |
| download | Project-Tick-0201def4c59a8197e6f8b999e40e04f05c333f0e.tar.gz Project-Tick-0201def4c59a8197e6f8b999e40e04f05c333f0e.zip | |
chore: Docstrings should be triple double-quoted
Diffstat (limited to 'updateForge.py')
| -rwxr-xr-x | updateForge.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/updateForge.py b/updateForge.py index ab4a94b5ad..7552bf11ad 100755 --- a/updateForge.py +++ b/updateForge.py @@ -1,6 +1,6 @@ -''' +""" Get the source files necessary for generating Forge versions -''' +""" import copy import hashlib import json |
