flake8 fixes
This commit is contained in:
@@ -77,10 +77,11 @@ def apply_rel_listeners(target, context):
|
||||
listen(rel, 'append', rel_listener)
|
||||
listen(rel, 'remove', rel_listener)
|
||||
|
||||
|
||||
listen(Fit, 'load', apply_rel_listeners)
|
||||
listen(Module, 'load', apply_col_listeners)
|
||||
listen(Drone, 'load', apply_col_listeners)
|
||||
listen(Fighter, 'load', apply_col_listeners)
|
||||
listen(Cargo, 'load', apply_col_listeners)
|
||||
listen(Implant, 'load', apply_col_listeners)
|
||||
listen(Booster, 'load', apply_col_listeners)
|
||||
listen(Booster, 'load', apply_col_listeners)
|
||||
|
||||
Reference in New Issue
Block a user