Sorting all library imports with isort
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
|
||||
import pickle
|
||||
import unittest
|
||||
from scrapling import Adaptor
|
||||
|
||||
from cssselect import SelectorError, SelectorSyntaxError
|
||||
|
||||
from scrapling import Adaptor
|
||||
|
||||
|
||||
class TestParser(unittest.TestCase):
|
||||
def setUp(self):
|
||||
|
||||
Reference in New Issue
Block a user