Browse Source

fix a bug

highing666 3 năm trước cách đây
mục cha
commit
e8c9771eb6
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/controllers/equipment/vav.py

+ 1 - 0
app/controllers/equipment/vav.py

@@ -1,5 +1,6 @@
 # -*- coding: utf-8 -*-
 
+from operator import attrgetter
 from typing import Dict, List, Optional, Tuple
 
 import numpy as np