aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca/sca/target/flash.py
diff options
context:
space:
mode:
authorJ08nY2023-02-08 20:53:42 +0100
committerJ08nY2023-02-08 20:53:42 +0100
commit4de6608184594331d2860afa8f1f3626486ddce8 (patch)
tree72a079e7b70ca0d2cc3a83e835a63933ee7e08cd /pyecsca/sca/target/flash.py
parenta796a68e02521a1db2ee309c021671a904fe14df (diff)
downloadpyecsca-4de6608184594331d2860afa8f1f3626486ddce8.tar.gz
pyecsca-4de6608184594331d2860afa8f1f3626486ddce8.tar.zst
pyecsca-4de6608184594331d2860afa8f1f3626486ddce8.zip
Fix docstyle and some DeepSource warnings.
Diffstat (limited to 'pyecsca/sca/target/flash.py')
-rw-r--r--pyecsca/sca/target/flash.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyecsca/sca/target/flash.py b/pyecsca/sca/target/flash.py
index b644c27..95c078d 100644
--- a/pyecsca/sca/target/flash.py
+++ b/pyecsca/sca/target/flash.py
@@ -1,4 +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)."""
+"""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