diff options
| author | J08nY | 2020-03-04 00:04:53 +0100 |
|---|---|---|
| committer | J08nY | 2020-03-04 00:04:53 +0100 |
| commit | a97f49ebe3c8e28d2a9ba76711555a3378b62341 (patch) | |
| tree | d6064aec39573ad9e83607dbed5873d7872aed21 /pyecsca/sca/target/flash.py | |
| parent | deca0e3d89ff4483dd6b6b4ad99b3400145bee5b (diff) | |
| download | pyecsca-a97f49ebe3c8e28d2a9ba76711555a3378b62341.tar.gz pyecsca-a97f49ebe3c8e28d2a9ba76711555a3378b62341.tar.zst pyecsca-a97f49ebe3c8e28d2a9ba76711555a3378b62341.zip | |
Fix some type issues.
Diffstat (limited to 'pyecsca/sca/target/flash.py')
| -rw-r--r-- | pyecsca/sca/target/flash.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyecsca/sca/target/flash.py b/pyecsca/sca/target/flash.py index be3cfb0..bfdb79f 100644 --- a/pyecsca/sca/target/flash.py +++ b/pyecsca/sca/target/flash.py @@ -8,4 +8,4 @@ class Flashable(ABC): @abstractmethod def flash(self, fw_path: str) -> bool: - ...
\ No newline at end of file + ... |
