diff options
Diffstat (limited to 'pyecsca/sca/target/flash.py')
| -rw-r--r-- | pyecsca/sca/target/flash.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pyecsca/sca/target/flash.py b/pyecsca/sca/target/flash.py index cc70a9c..b644c27 100644 --- a/pyecsca/sca/target/flash.py +++ b/pyecsca/sca/target/flash.py @@ -1,6 +1,4 @@ -""" -This module provides a mix-in class of a flashable target (e.g. one where the code gets flashed to it before running). -""" +"""This module provides a mix-in class of a flashable target (e.g. one where the code gets flashed to it before running).""" from public import public from abc import ABC, abstractmethod |
