Separated import statements

Just separated the import statements. Tiny change - testing GitHub!
This commit is contained in:
KosayJabre 2017-11-19 18:09:38 -04:00 committed by GitHub
parent b8870ee8a1
commit 5441cc18e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
import sys, os
import sys
import os
from scrapy.commands import ScrapyCommand
from scrapy.exceptions import UsageError