liqian 3 years ago
parent
commit
4613aeb0d9
1 changed files with 0 additions and 1 deletions
  1. 0 1
      pool_predict.py

+ 0 - 1
pool_predict.py

@@ -207,7 +207,6 @@ if __name__ == '__main__':
         if app_type in app_type_list:
         if app_type in app_type_list:
             predict_18_19(app_type=app_type)
             predict_18_19(app_type=app_type)
         else:
         else:
-            pass
             predict(app_type=app_type)
             predict(app_type=app_type)
         log_.info('{} predict end...'.format(app_name))
         log_.info('{} predict end...'.format(app_name))
     log_.info('flow pool predict end...')
     log_.info('flow pool predict end...')