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 06314e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/functional/test_functional.py
Expand Up @@ -788,7 +788,8 @@ 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 06314e0

Please sign in to comment.