Remove shebang

This commit is contained in:
henryruhs
2025-01-15 09:28:00 +01:00
parent f3e1c3feaa
commit a461d9c389
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -1,5 +1,3 @@
#!/usr/bin/env python3
import configparser
from os import makedirs
from os.path import isfile
-2
View File
@@ -1,5 +1,3 @@
#!/usr/bin/env python3
import configparser
from typing import Any, Tuple