Remove useless shebang lines.

This commit is contained in:
derAnfaenger
2017-10-09 11:57:23 +02:00
committed by Tim Abbott
parent 1096bd11c9
commit df948c7ea5
4 changed files with 0 additions and 8 deletions

View File

@@ -1,5 +1,3 @@
#!/usr/bin/env python3
import os
import pathlib

View File

@@ -1,5 +1,3 @@
#!/usr/bin/env python3
import os
from posixpath import basename

View File

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