Apply minor style changes

This commit is contained in:
Adrián Chaves 2020-06-09 21:30:19 +02:00 committed by GitHub
parent 2df3b54c7d
commit 76a2cbf0ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -1,10 +1,10 @@
import re
import os
import stat
import string
from importlib import import_module
from os.path import join, exists, abspath
from shutil import ignore_patterns, move, copy2, copystat
import stat
import scrapy
from scrapy.commands import ScrapyCommand
@ -123,7 +123,6 @@ class Command(ScrapyCommand):
return
self._copytree(self.templates_dir, abspath(project_dir))
move(join(project_dir, 'module'), join(project_dir, project_name))
for paths in TEMPLATES_TO_RENDER:
path = join(*paths)