Browse Source

refactor imports in ID2TLib/Label.py

Jens Keim 6 years ago
parent
commit
b58825c850
1 changed files with 2 additions and 2 deletions
  1. 2 2
      code/ID2TLib/Label.py

+ 2 - 2
code/ID2TLib/Label.py

@@ -1,7 +1,7 @@
-from functools import total_ordering
+import functools
 
 
-@total_ordering
+@functools.total_ordering
 class Label:
     def __init__(self, attack_name, timestamp_start, timestamp_end, attack_note=""):
         """