Improved code style.

This commit is contained in:
Cédric Bonhomme 2019-12-17 09:18:37 +01:00
parent 9b216d9d59
commit 71f6c08c28
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D
19 changed files with 335 additions and 253 deletions

View file

@ -29,8 +29,8 @@ import unittest
from stegano import red
class TestRed(unittest.TestCase):
class TestRed(unittest.TestCase):
def test_hide_empty_message(self):
"""
Test hiding the empty string.
@ -62,5 +62,5 @@ class TestRed(unittest.TestCase):
pass
if __name__ == '__main__':
if __name__ == "__main__":
unittest.main()