Skip to content

Commit

Permalink
- fix flake8 line too long
Browse files Browse the repository at this point in the history
  • Loading branch information
mikespallino committed Apr 8, 2019
1 parent 433a19c commit 0919a3b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/functional/test_functional.py
Expand Up @@ -788,7 +788,10 @@ def test_blacklist_pycrypto(self):
self.check_example('pycrypto.py', expect)

def test_no_blacklist_pycryptodome(self):
'''Test importing pycryptodome module to make sure it's no longer blacklisted'''
'''Test importing pycryptodome module to make sure it's no longer
blacklisted
'''

expect = {
'SEVERITY': {'UNDEFINED': 0, 'LOW': 0, 'MEDIUM': 0, 'HIGH': 0},
'CONFIDENCE': {'UNDEFINED': 0, 'LOW': 0, 'MEDIUM': 0, 'HIGH': 0}
Expand Down

0 comments on commit 0919a3b

Please sign in to comment.