Remove all shebangs

guilles_counter_review
Guillermo Rodriguez 2025-02-03 16:59:51 -03:00
parent 36cb7b758a
commit 6db87acd1b
No known key found for this signature in database
GPG Key ID: 002CC5F1E6BDA53E
28 changed files with 0 additions and 64 deletions

View File

@ -1,2 +0,0 @@
#!/usr/bin/python

View File

@ -1,5 +1,3 @@
#!/usr/bin/python
import json
import logging
import random

View File

@ -1,5 +1,3 @@
#!/usr/bin/python
import os
import toml

View File

@ -1,4 +1,3 @@
#!/usr/bin/python
import msgspec
from typing import Literal

View File

@ -1,3 +1 @@
#!/usr/bin/python
from .functions import open_new_database, open_database_connection

View File

@ -1,5 +1,3 @@
#!/usr/bin/python
import time
import random
import string

View File

@ -1,5 +1,3 @@
#!/usr/bin/python
import trio
from hypercorn.config import Config

View File

@ -1,12 +1,3 @@
#!/usr/bin/python
# ^TODO? again, why..
#
# Do we expect this mod
# to be invoked? if so why is there no
# `if __name__ == '__main__'` guard?
#
# if anything this should contain a license header ;)
'''
Skynet Memory Manager

View File

@ -1,5 +1,3 @@
#!/usr/bin/python
from datetime import datetime
from functools import partial
from hashlib import sha256

View File

@ -1,6 +1,3 @@
#!/usr/bin/python
# ^TODO, why..
class DGPUComputeError(BaseException):
...

View File

@ -1,5 +1,3 @@
#!/usr/bin/python
import io
import json
import time

View File

@ -1,5 +1,3 @@
#!/usr/bin/python
import torch
from diffusers import (

View File

@ -1,5 +1,3 @@
#!/usr/bin/python
import torch
from diffusers import (

View File

@ -1,5 +1,3 @@
#!/usr/bin/python
import random
from ..constants import *

View File

@ -1,5 +1,3 @@
#!/usr/bin/python
from json import JSONDecodeError
import random
import logging

View File

@ -1,5 +1,3 @@
#!/usr/bin/python
import io
import json
import logging

View File

@ -1,5 +1,3 @@
#!/usr/bin/python
import json
import logging
import traceback

View File

@ -1,5 +1,3 @@
#!/usr/bin/python
import io
import random
import logging

View File

@ -1,5 +1,3 @@
#!/usr/bin/python
import io
import json
import logging

View File

@ -1,5 +1,3 @@
#!/usr/bin/python
import json
import logging
import traceback

View File

@ -1,5 +1,3 @@
#!/usr/bin/python
import logging
from pathlib import Path

View File

@ -1,5 +1,3 @@
#!/usr/bin/python
import sys
import logging

View File

@ -1,5 +1,3 @@
#!/usr/bin/python
import logging
import traceback

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python3
import json
import time
import logging

View File

@ -1,5 +1,3 @@
#!/usr/bin/python
import io
import os
import sys

View File

@ -1,5 +1,3 @@
#!/usr/bin/python
import pytest
from skynet.config import *

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python3
import time
import json

View File

@ -1,6 +1,3 @@
#!/usr/bin/python
from pathlib import Path