Remove useless shebangs

pull/1277/head
John Toniutti 3 years ago
parent 08f2a646be
commit 9a9d5e8448
No known key found for this signature in database
GPG Key ID: 3C5434E3920EE1E1

@ -1,4 +1,3 @@
#!/usr/bin/env python3
import random
from gtts import gTTS

@ -1,4 +1,3 @@
#!/usr/bin/env python3
import random
import sys

@ -1,4 +1,3 @@
#!/usr/bin/env python3
import os
import re
from pathlib import Path

@ -1,4 +1,3 @@
#!/usr/bin/env python3
import re
from rich.columns import Columns

@ -1,4 +1,3 @@
#!/usr/bin/env python
import re
from typing import Tuple, Dict
from pathlib import Path

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

@ -1,5 +1,3 @@
#!/usr/bin/env python
from typing import Tuple
from rich.console import Console

Loading…
Cancel
Save