mirror of
https://github.com/wassname/catalyst.git
synced 2026-09-12 12:12:04 +08:00
STY: Flake8
Upgrade the version of the flake8, pep8, and mccabe PyPI packages, and make the code changes necessary for compatibility with the updated packages.
This commit is contained in:
@@ -222,9 +222,9 @@ class RuleTestCase(TestCase):
|
||||
|
||||
dem = {
|
||||
k for k, v in iteritems(vars(zipline.utils.events))
|
||||
if isinstance(v, type)
|
||||
and issubclass(v, self.class_)
|
||||
and v is not self.class_
|
||||
if isinstance(v, type) and
|
||||
issubclass(v, self.class_) and
|
||||
v is not self.class_
|
||||
}
|
||||
ds = {
|
||||
k[5:] for k in dir(self)
|
||||
|
||||
Reference in New Issue
Block a user