mirror of https://github.com/scrapy/scrapy.git
use `__future__` imports at the begining of the file
This commit is contained in:
parent
fc98aa6b67
commit
f5d9eb15f8
|
|
@ -2,10 +2,10 @@
|
|||
This module contains some assorted functions used in tests
|
||||
"""
|
||||
|
||||
import asyncio
|
||||
import os
|
||||
from __future__ import absolute_import
|
||||
from posixpath import split
|
||||
import asyncio
|
||||
import os
|
||||
|
||||
from importlib import import_module
|
||||
from twisted.trial.unittest import SkipTest
|
||||
|
|
|
|||
Loading…
Reference in New Issue