aidmar.wainakh 6 years ago
parent
commit
579ce297c4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      code/ID2TLib/AttackController.py

+ 1 - 1
code/ID2TLib/AttackController.py

@@ -7,7 +7,7 @@ from ID2TLib import Statistics
 from ID2TLib.Label import Label
 from ID2TLib.PcapFile import PcapFile
 
-
+ 
 class AttackController:
     def __init__(self, pcap_file: PcapFile, statistics_class: Statistics, label_manager: LabelManager):
         """