mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-06-28 03:06:14 +02:00
fix: [mypy] Addressed mypy errors.
This commit is contained in:
parent
bee5f819d9
commit
2e4f1629fd
2 changed files with 3 additions and 3 deletions
|
@ -229,7 +229,7 @@ class TestLSB(unittest.TestCase):
|
|||
lsb.hide(
|
||||
"./tests/sample-files/Lenna.png",
|
||||
message_to_hide,
|
||||
generators.unknown_generator(),
|
||||
generators.unknown_generator(), # type: ignore
|
||||
)
|
||||
|
||||
def tearDown(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue