Remove hashbangs from python files

This commit is contained in:
txtsd 2022-01-29 17:37:09 +00:00
parent 403928dc46
commit 59fa0f72fb
No known key found for this signature in database
GPG Key ID: 8E0D55E9A2557BB5
9 changed files with 0 additions and 9 deletions

View File

@ -1,4 +1,3 @@
#!/usr/bin/python3
import copy
import os
from datetime import datetime

View File

@ -1,4 +1,3 @@
#!/usr/bin/python3
import os
import re
import sys

View File

@ -1,4 +1,3 @@
#!/usr/bin/python3
import copy
import os
from datetime import datetime

View File

@ -1,4 +1,3 @@
#!/usr/bin/python3
import copy
import datetime
import hashlib

View File

@ -1,4 +1,3 @@
#!/usr/bin/python3
import hashlib
import json
import os

View File

@ -1,4 +1,3 @@
#!/usr/bin/python3
import datetime
import hashlib
import json

View File

@ -1,4 +1,3 @@
#!/usr/bin/python3
'''
Get the source files necessary for generating Forge versions
'''

View File

@ -1,4 +1,3 @@
#!/usr/bin/python3
'''
Get the source files necessary for generating Forge versions
'''

View File

@ -1,4 +1,3 @@
#!/usr/bin/python3
import json
import os