Skip to content

Commit

Permalink
Fix pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaTomasko committed Jan 25, 2024
1 parent 36b37ce commit 6474e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scaaml/capture/input_generators/attack_point_iterator.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"""

from abc import ABC, abstractmethod
from typing import Dict, List
from typing import List


class AttackPointIterator:
Expand Down

0 comments on commit 6474e69

Please sign in to comment.